Onboard Partners
Call this endpoint to onboard partners to UFEL ecosystem
URL
https://test-api.bvndle.com/api/v1/ufel/partners
Base URL
https://test-api.bvndle.com/api/v1/ufel/
HTTP Method
POST
nametypeDescription
applicationNamestringRequired
The name of the partner's application
The name of the partner's application
redirectUrlstringRequired
URL to return to after exiting the authorization server. This is the default returned redirectUrl (if the deviceType query param is not passed when requesting an authorization code). This can be the same value as either webRedirectUrl or mobileRedirectUrl
URL to return to after exiting the authorization server. This is the default returned redirectUrl (if the deviceType query param is not passed when requesting an authorization code). This can be the same value as either webRedirectUrl or mobileRedirectUrl
webRedirectUrlstringOptional
Web URL to return to after exiting the authorization server.
Web URL to return to after exiting the authorization server.
mobileRedirectUrlstringOptional
Mobile URL to return to after exiting the authorization server.
Mobile URL to return to after exiting the authorization server.
emailstringRequired
the partner email address. To be used for login and password reset
the partner email address. To be used for login and password reset
partnerNamestringRequired
The name of the partner
The name of the partner
passwordstringRequired
Password must contain atleast 8 characters, one uppercase, one number and one special case character
Password must contain atleast 8 characters, one uppercase, one number and one special case character
confirmPasswordstringRequired
must match password
must match password
userDetailsUrlstringRequired
URL to get user details by tag
URL to get user details by tag
NOTE: The userDetailsUrl must accept a query parameter of “tag”
The response data from the userDetailsUrl must follow this user format
typescript
cURL