Skip to main content
POST
Grant merchant token

Body

application/json
client_id
string
required

App ID from merchant creation

client_secret
string
required

Secret key (shown only at creation)

grant_type
enum<string>
required
Available options:
client_credentials

Response

Token granted

access_token
string
required

JWT access token for merchant API calls

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

Token expiry time in milliseconds