Skip to main content
POST
/
sip
/
verify
verify SIP Endpoint
curl --request POST \
  --url https://api.cleartalk.ai/sip/verify \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "phone_number": "+14444444477"
}
'

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
phone_number
string
required

Phone number in E.164 format (must include country code)

Example:

"+14444444477"

Response

Verify call initiated successfully.