Skip to main content
POST

Body

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

Space-separated subset of granted scopes. Optional; defaults to all.

Example:

"ledger:read ledger:write"

client_id
string
client_secret
string

Response

Token issued

access_token
string
required

HS256 JWT

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

3600

scope
string