Case Updates API

ENDPOINT: POST /v1/patients/{patientId}/event

Our partners use the Case Updates API call to update the patient’s status.

Such an update will:

  • Update the patient’s status in our database
  • Create a patient interaction, notification, or call to action (optional)
Event NameDescription
enrollment.statusUpdate the patient's enrollment status
prescription.statusUpdate the patient's prescription status
insurance.statusUpdate the patient's insurance status
financial.support.statusUpdate the patient's PAP/financial support status
shipment.statusUpdate the shipment status for a patient's order(s)
refill.statusUpdate the patient's refill status
Direct-to-SMS CommandsNotify patients directly via SMS messages

This is the standard JSON template used for Case Updates:

				
					{
  "status": {
    "name": "{{event-name}}",
    "text": ""
  },
  "phoneNumber": "{{test-user-phone-number}}",
  "externalId": "{{test-user-external-user-id}}",
  "supportProgramId": "{{partners-support-program-id}}"
}
				
			
Case Updates API
Skip to content