Retrieves all authorizations linked to the current user and organization.
cURL
curl --request GET \ --url https://v1.api.altostrat.io/workflows/authorization \ --header 'Authorization: Bearer <token>'
[ { "id": "auth_a1b2c3d4e5f6g7h8", "user_id": "<string>", "email": "jsmith@example.com", "created_at": "2023-11-07T05:31:56Z" } ]
Enter the JWT token.
A list of authorizations.
The response is of type object[].
object[]
Was this page helpful?