Skip to main content
All API calls require a Bearer token obtained via the OAuth 2.0 client credentials flow. Tokens expire after 5 minutes — implement automatic refresh in your backend.

Request

Response

Request a new token before each API call, or cache and refresh proactively using the pattern below:
Important: Always refresh at least 30 seconds before expiry to avoid race conditions near the 5-minute boundary.


Image