top of page
Post
Request Access Token
This API is use to generate an access token using the API key generated in your company's profile in AanyaHR Web Portal. (The access token is only valid for 60 minutes.)
End Point
/api/connect/token
Authorization
No authorization required
Body Params
client_secret
string
The API key received from us.
client_id
string
Client Code defined when you Log-in to AanyaHR Portal.
scope
string
Value must be set to "allowedAPI"
grant_type
string
Value must be set to "client_credentials"
Sample Request
Sample Response 202
Sample Response 404
bottom of page