Skip to main content
POST
/
api
/
v2
/
integrations
/
candid
/
{slug}
/
patients
/
async-details
Fetch patient details from Candid Health (async)
curl --request POST \
  --url https://api.example.com/api/v2/integrations/candid/{slug}/patients/async-details \
  --header 'Content-Type: application/json' \
  --data '
{
  "mrn": "<string>"
}
'
{
  "asyncResultId": "<string>"
}

Path Parameters

slug
string
required

The slug of the Candid connection.

Body

application/json
mrn
string
required

The Medical Record Number of the patient.

Response

Default Response

asyncResultId
string
required

The async result ID for tracking completion.