Skip to main content
POST
/
workflows
/
authorization
Create a workflow authorization URL
curl --request POST \
  --url https://v1.api.altostrat.io/workflows/authorization \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Standard JWT for user sessions obtained via Altostrat authentication.

Response

An authorization URL.

url
string<uri>