Authentication
Request
Environments
URL
Response
Documentation
Token Endpoint as described in https://openid.net/specs/openid-connect-core-1_0.html#TokenEndpoint. A user access token can be passed as a scope to associate the account to create user specific, 'client_credentials', server tokens as described in https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.
Your OAuth2 client id
Your OAuth2 client secret
The OAuth code used for retrieving a bearer token
Grant type
Any session ids you want us to persist on the session
Any session ids you want us to persist on the session
The OAuth2 redirect URI
The OAuth refresh token.
A space separated list of scopes. To extend a user token for a token with broader scopes the original access token should be before the scope list followed by a space.
The JWT assertion to exchange for an access token when grant_type is jwt_bearer.
tokens
Bad request
Forbidden
Not Found
Rate Limited
Internal error
Last updated