Skip to main content
Create an access token

Body

application/x-www-form-urlencoded
grant_type
enum<string>
required

Must be client_credentials.

Available options:
client_credentials
client_id
string
required

Your OAuth application UID.

client_secret
string
required

Your OAuth application secret.

scope
string

Space-separated list of scopes. Available: read, write, read write. Can be omitted if you only need read access and your OAuth application is scoped to read or write — defaults to read. Required when scoped to read write.

Example:

"read write"

Response

Token created successfully.

access_token
string
Example:

"eyJhbGciOiJIUzI1NiJ9..."

token_type
string
Example:

"Bearer"

expires_in
integer

Token lifetime in seconds.

Example:

7200

scope
string
Example:

"read write"

created_at
integer
Example:

1709654400