Create an Authorization URI
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
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.
application/json
Request Body required
redirect_uri string required
The Redirect URI to where redirect the Client after successful authentication.
Responses
- 200
- 401
- 404
Found
application/json
Schema
Example (from schema)
Schema
authorize_uri string required
The Authorization URI. The Client should be redirected to this URI.
{
"authorize_uri": "string"
}
Authentication Failure
Not Found
Loading...