Token

Obtain an OAuth 2.0 access token

Body Params
string
required
Defaults to authorization_code

The grant type, which depends on the type of OAuth 2.0 flow. Must be set to “authorization_code”

string
required
Defaults to $authorization_code

The authorization code returned by oauth2/authorize query parameter during redirect. It SHALL be bound to the client identifier and the redirection URI.

string
required
Defaults to $client_id

The unique client ID previously assigned to the client by the remote service (ZealiD).

string
required
Defaults to $client_secret

This is the client secret previously assigned to the client by the remote service (ZealiD).

Headers
string
required
Defaults to application/json
Responses

Language
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json