Comment on page
Access Token Vanila
Name | Description |
---|---|
Name URL | |
Method Type | Post |
Post Parameters (JSON Format) | { "username":"*******@mastersindia.co", "password": "***********", "client_id":"***********", "client_secret":"QFd6dZvCGqckabKxTapfZgJc", "grant_type":"password" } |
Success Response | {"access_token":"8a6ce6f2c4ac86e09b330e17cd59862a3ff2ed25","expires_in":3600,"token_type":"bearer"} |
Error Response | {"error":"invalid_client","error_description":"The client credentials are invalid"} |