Skip to main content
GET
/
sip
/
{phone_number}
Get SIP Configuration for a Number
curl --request GET \
  --url https://api.cleartalk.ai/sip/{phone_number} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

phone_number
string
required

Phone number in E.164 format (e.g. +14444444477)

Example:

"+14444444477"

Response

SIP configuration retrieved successfully.