auth

code auth

post/auth/v1/token/code

Request body

clientIdstring required

Client ID

clientSecretstring

Client Secret

codestring required

Authorization Code

redirectURIstring required

Redirect URI

Example request

{
  "clientId": "app1",
  "clientSecret": "40cc097b-2a57-4c17-b36a-8fdf3fc2d578",
  "code": "eyJhbGciOiJkaXIiLCJlbmMi...CGkT8cqn9TZ.zjwOC-3m_seUOq6agdZyJA",
  "redirectURI": "http://localhost/callback"
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.