Starts the OAuth 2.0 PKCE flow by generating and returning an authorization URL. The user should be redirected to this URL to grant access.
cURL
curl --request POST \ --url https://v1.api.altostrat.io/workflows/authorization \ --header 'Authorization: Bearer <token>'
{ "authorization_url": "https://authorize.altostrat.app/authorize?client_id=..." }
Enter the JWT token.
The authorization URL.
The response is of type object.
object
Was this page helpful?