Authentication
This API is used to authorize user or customer using their own credential to access their respected resources.
Step 1: Authorization Link
{
“client_id”: <String, not null>,
“client_secret”: <String, not null>,
“response_type”: “code”,
“user_type”: <String, not null>,
“username”: <String, not null>,
“password”: <String, not null>
}
{
"status": <string, not null>,
"code": <String, not null
}Description
Step 2 : Request Access Token
Description
Step 3 : Client Host Authorization
Description
Step 4 : Refresh Token
Description
Last updated