Skip to content

Connect Provider

Request

Send a new request to the patient to connect a data provider

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
providerIdstring(Third-Party Data Providers)required

Provider ID

Enum:"dexcom""twiist""abbott"
curl -i -X POST \
  'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}/connect/{providerId}' \
  -H 'x-tidepool-session-token: YOUR_API_KEY_HERE'

Responses

No Content