Skip to main content
POST
/
agency
/
twilio
/
customer-profile
Submit customer profile information
curl --request POST \
  --url https://api.cleartalk.ai/agency/twilio/customer-profile \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "friendlyName": "<string>",
  "email": "<string>",
  "businessName": "<string>",
  "businessRegistrationNumber": "<string>",
  "businessType": "<string>",
  "website": "<string>",
  "businessAddress": "<string>",
  "businessCity": "<string>",
  "businessState": "<string>",
  "businessPostalCode": "<string>",
  "businessCountryCode": "<string>",
  "contactFirstName": "<string>",
  "contactLastName": "<string>",
  "contactPhone": "<string>",
  "contactEmail": "<string>",
  "businessDescription": "<string>",
  "useCaseDescription": "<string>",
  "messageVolume": "<string>",
  "additionalInformation": "<string>"
}
'
{
  "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

Body

application/json
friendlyName
string
required

Friendly name for the customer profile

email
string
required

Email address for the customer profile

businessName
string

Business name

businessRegistrationNumber
string

Business registration number

businessType
string

Business type

website
string

Website URL

businessAddress
string

Business address

businessCity
string

Business city

businessState
string

Business state/province

businessPostalCode
string

Business postal code

businessCountryCode
string

Business country code (ISO 3166-1 alpha-2)

contactFirstName
string

Contact first name

contactLastName
string

Contact last name

contactPhone
string

Contact phone number

contactEmail
string

Contact email

businessDescription
string

Business description

useCaseDescription
string

Use case description

messageVolume
string

Message volume per month

additionalInformation
string

Additional information

Response

Customer profile submitted successfully

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