POST
/
workflows
/
authorization
Get authorization URL
curl --request POST \
  --url https://v1.api.altostrat.io/workflows/authorization \
  --header 'Authorization: Bearer <token>'
{
  "authorization_url": "https://authorize.altostrat.app/authorize?client_id=..."
}

Authorizations

Authorization
string
header
required

Enter the JWT token.

Response

200 - application/json

The authorization URL.

The response is of type object.