post https://auth.indexexchange.com/auth/oauth/token
Returns an accessToken that grants access to the API.
Response value
If your credentials are correct and the request is formatted properly, the response will contain an accessToken
. The accessToken
is a Bearer token string granting access to the API.
Note:
Each Bearer token expires after 1 hour. After token expiration, you will need to generate a new Bearer token.