v1
latestOpenAPI 3.0.32026-07-24190128.9 KBCreate unity user
A unity user is created before initiating the loan application journey. The API accepts a bunch of optional values like contact & bank details, date of birth, etc. that can be passed at the time of Unity User creation. These values will be later pre-populated in the LAMF journey for the user and improve the user experience.
post/backend/{gatewayname}/v1/user
Path parameters
gatewaynamestring required
Headers
x-gateway-secretstring required
Required | apiSecret shared for authentication
x-gateway-authtokenstring required
Required | JWT created with payload {"iss":"<your_gateway_name>"}, and signed with the shared secret
Request body
Response
200
Example response
{
"data": {
"referrer": "gatewaydemo-stag",
"unityUserId": "658d6c3833f6a51c79d3e796"
},
"message": "SUCCESS"
}