Authentication APIs
APIs to manage and handle api-tokens and refresh-tokens to authenticate and make authorized API connections. Previously called an 'OAuth Refresh token', an API token authorizes access per organization.
Operations
POST
Get Access Token By Api Refresh Token Using POST
Exchange organization scoped API-token for user access token
POST
Get Api Token Details Using POST
Get organization scoped api token details
POST
Get Identity Provider Logout Url Using POST
Return the identity provider logout url
POST
Get Identity Provider Logout Url V2 Using POST
Return the identity provider logout url redirect
GET
Get Json Web Keys Using GET
Defines the public keys used to verify the authenticity of the JWT token.
GET
Get Public Key Using GET
Get list of public keys in jwks format
POST
Get Token For Authorization Grant Type Using POST
Exchanges one of the following grants: authorization_code, refresh_token, client_credentials, client_delegate or context_switch for access token
POST
Get Token Introspection Details Using POST
Get refresh token details
POST
Revoke Token Using POST
This end-point revokes a token