Skip to content

Update Suppressed Notifications

Request

Endpoint to update clinic suppressed notifications

Security
sessionToken
Path
clinicIdstring^[a-f0-9]{24}$required
Bodyapplication/json
suppressedNotificationsobject(Suppressed Notifications)required
curl -i -X POST \
  'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/suppressed_notifications' \
  -H 'Content-Type: application/json' \
  -H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
  -d '{
    "suppressedNotifications": {
      "patientClinicInvitation": true
    }
  }'

Responses

OK