Connect
Create Access Token
Retrieve an OAuth2 JWT Bearer access_token
, refresh_token
, and id_token
(if using OpenID). Tokens can be obtained by passing an authorization_code
or a refresh_token
.
POST
Body
application/json
Your Connect Client ID obtained in the community dashboard.
Your Connect Client Secret obtained in the community dashboard.
The code received from the url query during the authorization flow.
The code verifier if using PKCE
Available options:
authorization_code
The location the user will be redirected to. Must be defined in the connect app.