Skip to main content
POST
Custom Add Contact

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

Schema name for multi-tenancy

Body

application/json
phone_number
string
required

The phone number to register

Example:

"+917418520030"

termination_uri
string
required

The SIP termination URI (used for routing)

Example:

"popuptesting"

sip_trunk_auth_username
string
required

SIP trunk authentication username

Example:

"kadpro@gmail.com"

sip_trunk_auth_password
string
required

SIP trunk authentication password

Example:

"2345$"

nickname
string
required

A friendly name or nickname for the number

Example:

"testingg"

source_of_origin
string
required

The source from which the contact originates

Example:

"custom"

Response

Contact created successfully

success
boolean
Example:

true

message
string
Example:

"contact created"

data
object