OAuth Requests

Create Token

post
Authorizations
apikeystringRequired
Path parameters
partner_idstringRequired
Query parameters
client_idstringOptional
client_secretstringOptional
grant_typestringOptional
codestringOptional
Body
client_idstringRequired
client_secretstringRequired
grant_typestringRequired
codestringRequired
Responses
201

Successful Response

application/json
Responseany
post
/{partner_id}/oauth/token

No content

Revoke Token

post
Authorizations
apikeystringRequired
Path parameters
partner_idstringRequired
Query parameters
client_idstringOptional
client_secretstringOptional
tokenstringOptional
Body
client_idstringRequired
client_secretstringRequired
tokenstringRequired
Responses
post
/{partner_id}/oauth/token/revoke

No content

Last updated

Was this helpful?