cURL
curl --request POST \ --url https://app.casehealth.ai/api/v1/prior_auths \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "case_id": "<string>", "document_url": "<string>", "ePA": { "document_urls": [ "<string>" ], "epa_payload": {} }, "synchronous_request": true } '
{ "id": "<string>", "status": "<string>", "intake_status": "<string>", "document_url": "<string>", "created_at": "<string>", "updated_at": "<string>" }
Creates a new prior authorization. The status and intake_status fields can have the following values: Processing, Succeeded, Cancelled, Failed
Prior authorization data with optional FHIR clinical information
Unique ID from the UM platform (used for tracking + linking)
URL to a PDF document
Electronic Prior Authorization data
Show child attributes
Whether to process the request synchronously
Prior authorization created successfully