Create Authorization Code
Call this endpoint to get authorization code from the auth server
URL
https://test-api.bvndle.com/api/v1/ufel/users/authorization/authorization-code?scope=profile
Base URL
https://test-api.bvndle.com/api/v1/ufel
HTTP Method
POST
Query Parameter:
nametypeDescription
deviceTypestringRequired
This is an optional query parameter that decides the type of redirectUrl that returns (either web or mobile). If it is absent, the value of the redirectUrl column returns
Enum: web or mobile
This is an optional query parameter that decides the type of redirectUrl that returns (either web or mobile). If it is absent, the value of the redirectUrl column returns
Enum: web or mobile
scopestringOptional
This is an optional query param that decides the user data that is returned from the resource server. scope can either be any combination of email, fullname, or profile
Default: profile
This is an optional query param that decides the user data that is returned from the resource server. scope can either be any combination of email, fullname, or profile
Default: profile
Request Body:
nametypeDescription
clientIdstringRequired
This is generated after the partner onboards on SSO. This is embedded in the device
This is generated after the partner onboards on SSO. This is embedded in the device
tagstringRequired
Unique tag of user's choice
Unique tag of user's choice
passwordstringRequired
Password must contain at least 8 characters, one uppercase, one number and one special case character.
Password must contain at least 8 characters, one uppercase, one number and one special case character.
cURL