Skip to main content
POST
Authentication

Body

application/x-www-form-urlencoded
grant_type
string
required

OAuth grant type (e.g. client_credentials)

Example:

"client_credentials"

scope
string
required

Requested scopes (space-separated)

Example:

"card,us_account"

Response

OK

data
object
message
string
success
boolean