Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Public API OAuth client credentials for /public/v1/oauth/token. Use client_id as the username and client_secret as the password.

Body

application/x-www-form-urlencoded
grant_type
enum<string>
required
Available options:
client_credentials
Example:

"client_credentials"

scope
string

Optional space-separated subset of the scopes assigned to the client. If omitted, all assigned client scopes are issued.

Example:

"clients:write"

Response

Access token issued

access_token
string
required
Example:

"fspt_0123456789abcdef0123456789abcdef0123456789abcdef"

token_type
enum<string>
required
Available options:
Bearer
Example:

"Bearer"

expires_in
integer
required
Example:

3600

scope
string
required
Example:

"clients:write"