OAuth2

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:

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
enum
required
Allowed:
Headers
string
required

The API Client Identifier (Service Application Identifier).

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Choose an example:
application/json