Skip to main content
POST
/
api
/
telephony
/
calls
/
incoming
Handle incoming call webhook
curl --request POST \
  --url https://api.g-tateth.com/api/telephony/calls/incoming \
  --header 'Content-Type: application/json' \
  --data '
{
  "from": "<string>",
  "to": "<string>",
  "callSid": "<string>"
}
'
"<string>"

Body

application/json
from
string
required

Caller phone number

to
string
required

Your phone number that received the call

callSid
string

Provider's call identifier

Response

200 - application/xml

Call flow instructions

XML/TwiML call flow