cURL
curl --request POST \ --url https://app.casehealth.ai/api/v1/prior_auths/{prior_auth_id}/policy_check \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "policy_document_url": "<string>", "policy_payload": "<string>" } '
{ "policy_check": [ { "step": 123, "question_or_action": "<string>", "answer": "<string>", "passed": true, "reason": "<string>", "policy_guideline_quoted_source": "<string>" } ] }
Triggers a policy check for a specific prior authorization
Unique identifier of the prior authorization
Optional parameters for the policy check
Link to a PDF for the policy. Leave blank to use policies found in workspace.
Policy payload
Policy check results found
Show child attributes