Authorization URI
Path
/v1/oauth2/authorize/{client-id}
Method
GET
Header
Content-Type: application/json
Query Params
None
Success response
{
"code": 200,
"message": "string",
"response": "string" //redirect-url
}
Error response
{
"code": 500,
"message": "string",
"response": null
}
Last updated