Skip to main content
POST
/
v1
/
integrations
/
sync
Run Sync
curl --request POST \
  --url https://api.example.com/v1/integrations/sync \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "patient_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "patient_id": "<string>",
  "status": "sync_triggered"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
patient_id
string<uuid>
required

Response

Successful Response

patient_id
string
required
status
enum<string>
required
Available options:
sync_triggered