Get a bearer token (OAuth 2.0 client credentials)

Exchange your API client_id / client_secret for a short-lived bearer token, then send it as Authorization: Bearer <access_token> on subsequent requests.

Obtaining credentials: generate them in Settings → Integrations → Custom API. Treat the secret like a password — it is shown only once.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

API client ID, generated in Settings → API access.

string
required

API client secret. Shown only once when generated — store it securely.

Responses

401

Invalid API credentials.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json