API endpoints for managing Hosted Login tokens.
Endpoint | Methods |
---|---|
Request an Authorization Code/{customerId}/login/authorizeRequests an authorization code from the authorization endpoint. If the request is approved, the code can be exchanged for an access, refresh, and identity token.. | |
Request a Configuration Access Token/{customerId}/login/tokenReturns a configuration access token used to call other Hosted Login endpoints. |
|
Introspect a Token/{customerId}/token/introspectReturns information about the specified access token or refresh token. |
|
Revoke a Token/{customerId}/token/revokeRevokes the specified access token or refresh token. After a token has been revoked it can no longer be used. |
|