cURL
curl --request GET \ --url https://api.sandbox.trycollate.ai/v1/prior-auth/authorizations/{authorizationId}/timeline \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "<string>", "timestamp": "2023-11-07T05:31:56Z", "summary": "<string>", "details": {} } ], "pagination": { "hasMore": true, "nextCursor": "<string>" } }
Returns the public timeline for the authorization lifecycle.
Bearer token for WorkOS session JWTs and organization API keys.
"auth_123"
1 <= x <= 100
25
Paginated timeline entries.
Show child attributes