Skip to main content
PUT
/
v1
/
settings
/
notification
cURL
curl --request PUT \
  --url https://dev.flextell.ai/api/v1/settings/notification \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cancellation_followup_days": 2,
  "reminders": {
    "appointment_offsets": [
      -183
    ],
    "session_confirmation_offsets": [
      -183
    ],
    "session_confirmation_offsets_long_gap": [
      -183
    ]
  }
}
'
{
  "success": "<string>",
  "data": {
    "prefix": "<string>",
    "settings": [
      "<unknown>"
    ]
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Tenant
number

Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.

Body

application/json
cancellation_followup_days
integer | null
Required range: x >= 1
reminders
object

Response

success
string
required
data
object
required