Skip to content

Incoming Call Data

New Incoming Call

Name In Type Required Notes
partner_id path string Yes
Field Type Required Notes
contactPhone string Yes Phone number in E164 format
queue string or integer Yes
mainPhone string Yes Phone number in E164 format
Code Meaning
201 Successful Response
422 Validation Error
Terminal window
curl -X POST 'https://<partner-api-host>/<partner_id>/incoming-call-data' \
-H 'apikey: <your-api-key>' \
-H 'Content-Type: application/json' \
-d '{"contactPhone": "<contactPhone>", "queue": "<queue>", "mainPhone": "<mainPhone>"}'