Skip to main content

Redirect URIs

A redirect URI is the callback URL that receives the authorization result.

Requirements

  • Register redirect URIs in the developer portal before use.
  • The redirect_uri in authorize and token requests must match exactly.

Example callback

https://partner.example.com/oauth/callback?code=<authorization_code>