Access Token

NameDescription

URL

Method Type

Post

Post Parameters (JSON Format)

{
"username": "**********@mastersindia.co",
"password" : "******l1",
"client_id":"********",
"client_secret":"9p59xPfWy1HhWO8Zq2fqwZz6",
"grant_type":"password"
}

Success Response

{
  "access_token": "5e3da6h338262e81cb4ded9e38948388c30aa3a9",
  "expires_in": 21600,
  "token_type": "bearer"
}

Last updated