Skip to main content
GET
/
agency
/
twilio
/
customer-profiles
Get all customer profiles
curl --request GET \
  --url https://api.cleartalk.ai/agency/twilio/customer-profiles \
  --header 'x-api-key: <api-key>'
[
  {
    "sid": "<string>",
    "account_sid": "<string>",
    "friendly_name": "<string>",
    "email": "<string>",
    "status": "<string>",
    "date_created": "<string>",
    "date_updated": "<string>",
    "url": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

API Key for authentication

Response

Returns list of customer profiles

sid
string

Customer profile SID

account_sid
string

Account SID

friendly_name
string

Friendly name

email
string

Email address

status
string

Profile status

date_created
string

Creation date

date_updated
string

Last update date

url
string

Resource URL