cURL
curl --request GET \ --url https://api.sandbox.trycollate.ai/v1/prior-auth/submission-attempts/{submissionAttemptId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "authorizationId": "<string>", "attemptNumber": 123, "authorizationVersion": 123, "channel": "fax", "status": "pending", "acceptedAt": "2023-11-07T05:31:56Z", "deliveredAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "failedAt": "2023-11-07T05:31:56Z", "failure": { "code": "<string>", "message": "<string>", "retryable": true } }
Returns the current status of a submission attempt.
Bearer token for WorkOS session JWTs and organization API keys.
"sa_123"
Submission attempt details.
fax
portal
phone
null
pending
completed
failed
Show child attributes