CRM Open API DocumentationCRM Open API Documentation
REST API
Webhooks
Client OAuth
PSP Open API
External Exchange Rates
REST API
Webhooks
Client OAuth
PSP Open API
External Exchange Rates
  • Client OAuth Flow
  • OAuth Applications
  • Authorization Code + PKCE

    • Authorization Code + PKCE Introduction
    • Redirect to Login
    • Get Token
    • Compute PKCE Code Challenge
    • Logout
  • Authorization Code + PKCE (Iframe)

    • Authorization Code + PKCE Introduction
    • Post Message
    • Get Token
    • Compute PKCE Code Challenge
  • Resource Owner Password Credentials (ROPC)

    • ROPC Introduction
    • Get Token
    • Verify MFA Code
    • Get MFA Secret
    • Send Email OTP for MFA
    • Bind MFA Method and enable MFA
    • Deactivate MFA
    • Forgot Password
  • Refresh Token

    • Refresh Token
    • Revoke Refresh Token

Logout (if Logged In via Authorization Code + PKCE Flow)

Note

  • Please note that Logout CRM Session does not revoke the Access Token or Refresh Token granted.
  • If revocation of Refresh Token is required, please refer to Revoke Refresh Token.

GET {Client Portal Hostname}/logout

Query Parameters

KeyTypeRequiredRuleDescription
redirect_uristringMandatorymust match registeredRedirect URI after logout

Expected Outcome

Redirects the user to the CRM. After logout, the user is redirected to the redirect_uri.

Last Updated: 12/8/25, 2:08 AM
Prev
Compute PKCE Code Challenge