Get access token

Retrieve an access token, see more information about authorization on https://apidocs.aikido.dev/reference/authorization

Body Params

The parameters needed to retrieve an access token

string
enum
required
Allowed:
string

The authorization code in case of authorization_code grant type

string

The redirect uri in case of authorization_code grant type

string

The refresh token in case of refresh_token grant type

Headers
string
required

Use the Basic auth header with base64 encoding where the username is your client_id and password is the client_secret

Responses

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