Skip to content

Send Upload Reminder

Request

Sends upload reminder to the patient

Security
sessionToken
Path
clinicIdstring^[a-f0-9]{24}$required
patientIdstring^([0-9a-f]{10}|[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-...required
curl -i -X POST \
  'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}/upload_reminder' \
  -H 'x-tidepool-session-token: YOUR_API_KEY_HERE'

Responses

OK