Request an access token

Issues an OAuth2 access token using the client-credentials flow. Use the client_id and client_secret generated in ROLLER Venue Manager.

Tokens are valid for up to 24 hours and are cached server-side — repeated calls may return the same token with a decreasing expires_in. Cache the token in your application and refresh shortly before expiry.

Rate limit: 60 requests per minute per IP (5-minute cooldown when exceeded).

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

API key client ID generated in ROLLER Venue Manager

string
required

API key client secret

string

Optional audience URI. Defaults to the ROLLER API domain when omitted.

Responses

403

Client is disabled, unable to issue token.

429

Too many requests — rate limit exceeded. Check the Retry-After header.

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