cURL
curl --request GET \ --url https://api.example.com/v1/prior-auth/authorizations
{ "data": [ { "id": "<string>", "workflowState": "needs_input", "decisionState": "unknown", "updatedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": { "hasMore": true, "totalCount": 123, "nextCursor": "<string>" } }
1 <= x <= 100
needs_input
ready_to_submit
submitting
pending_payer
action_required
completed
cancelled
unknown
pending
approved
denied
Successful Response
Show child attributes