cURL
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" }
Trigger external sync for a patient.
Successful Response
sync_triggered