Skip to main content

Create an Authorization URI

Call this API to get an authorization URI needed to interactively get an authorization token. Then call the exchangeAuthCode to exchange it with an authorization token.

Request Body required
    redirect_uri string required

    The Redirect URI to where redirect the Client after successful authentication.

Responses

Found


Schema
    authorize_uri string required

    The Authorization URI. The Client should be redirected to this URI.

Loading...