POST
/
connect
/
token

Body

application/json
client_id
string
required

Your Connect Client ID obtained in the community dashboard.

client_secret
string
required

Your Connect Client Secret obtained in the community dashboard.

code
string
required

The code received from the url query during the authorization flow.

code_verifier
string
required

The code verifier if using PKCE

grant_type
enum<string>
required
Available options:
authorization_code
redirect_uri
string
required

The location the user will be redirected to. Must be defined in the connect app.

Response

201 - application/json
access_token
string
required
expires_in
number
required
refresh_token
string
required
scope
string
required
token_type
string
default:
Bearer
required