Query Parameter
nametypeDescription
Request Body
nametypeDescription
cURL
Copy
curl --request POST
'https://test-api.bvndle.com/api/v1/ufel/users/authorization/authorization-code?scope=profile' \
--header 'Content-Type: application/json' \
{
"clientId": "0e45faa1385f8b3e4f2912a9fe9fddd3937b4ae52782ca5b8d644915e58de2d7ec8bf68a9fa844234e4f79ee8afd116ee35f3a9ffc6ac2d92f0a71656a6f4853",
"tag": "j.hope",
"password": "P@ssword1"
}
Copy
{
"status": "success",
"message": "RedirectUrl and authorization code fetched successfully",
"data": {
"redirectUrl": "google.com?authorization-code=W2H347C8D1VYISL919U4"
}
}
