Skip to main content
POST
/
cleartalk
/
insert
Insert a phone number into cleartalk
curl --request POST \
  --url https://api.cleartalk.ai/cleartalk/insert \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "phoneNumber": "+19162496951"
}
'

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
phoneNumber
string
required

Phone number to be inserted into cleartalk

Example:

"+19162496951"

Response

Phone number inserted successfully