Skip to main content
GET
/
api
/
organizations
/
{organizationId}
/
missed-call-message
Get missed call auto-message configuration
curl --request GET \
  --url https://your-instance.example.com/api/organizations/{organizationId}/missed-call-message \
  --header 'Authorization: Bearer <token>'
{
  "missedCallMessage": "Hi {{contactName}}, sorry we missed your call. We'll get back to you shortly.",
  "missedCallAutoMessageEnabled": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Response

Missed call configuration returned

missedCallMessage
string | null
Maximum string length: 500
missedCallAutoMessageEnabled
boolean