Skip to main content
GET
/
agency
/
twilio
/
messaging-services
Get all messaging services
curl --request GET \
  --url https://api.cleartalk.ai/agency/twilio/messaging-services \
  --header 'x-api-key: <api-key>'
[
  {
    "sid": "<string>",
    "account_sid": "<string>",
    "friendly_name": "<string>",
    "inbound_request_url": "<string>",
    "inbound_method": "<string>",
    "fallback_url": "<string>",
    "fallback_method": "<string>",
    "status_callback": "<string>",
    "sticky_sender": true,
    "smart_encoding": true,
    "scan_message_content": "<string>",
    "area_code_geomatch": true,
    "validity_period": 123,
    "synchronous_validation": true,
    "date_created": "<string>",
    "date_updated": "<string>",
    "url": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

API Key for authentication

Response

Returns list of messaging services

sid
string

Messaging service SID

account_sid
string

Account SID

friendly_name
string

Friendly name

inbound_request_url
string

Inbound request URL

inbound_method
string

Inbound method

fallback_url
string

Fallback URL

fallback_method
string

Fallback method

status_callback
string

Status callback URL

sticky_sender
boolean

Sticky sender

smart_encoding
boolean

Smart encoding

scan_message_content
string

Scan message content

area_code_geomatch
boolean

Area code geomatch

validity_period
number

Validity period

synchronous_validation
boolean

Synchronous validation

date_created
string

Creation date

date_updated
string

Last update date

url
string

Resource URL