post https://api-sandbox.thisisbud.com/v1/oauth/token
This endpoint is used to create access and refresh tokens.
The access token is used as a bearer token to authenticate requests to Bud endpoints;
the refresh token is used to generate a new access token without the need to supply your client credentials again.
The access token usually expires after the expires_in
time (in seconds) has elapsed.
However this is not guaranteed, so it is recomended to integrate such as to handle the 401
response code and refresh the token when it this response code is seen.
Refresh tokens typically expire after 24 hours, but this is not guaranteed.
🚧 Recognise the sensitive nature of access tokens. Implement appropriate security measures to prevent unauthorized access.
Related Guides: