Skip to main content

Obtain a bearer token

POST 

/auth/token

Authenticate using HTTP Basic authentication.

Provide your rp|estab combination and shared secret as a Basic Authorization header:

Authorization: Basic <base64(rp|estab:sharedSecret)>

On success, cache the access_token and reuse it until expires_in seconds have elapsed.

Request

Responses

Token issued successfully