POST
/
prior_auths
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>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Prior authorization data with optional FHIR clinical information

The body is of type object.

Response

201
application/json

Prior authorization created successfully

The response is of type object.