Incoming Call Data
Authorizations
Path parameters
partner_idstringRequired
Body
contactPhonestringRequired
queuestringRequired
Responses
201
Successful Response
application/json
Responseany
422
Validation Error
application/json
post
POST /{partner_id}/incoming-call-data HTTP/1.1
Host:
apikey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"contactPhone": "text",
"queue": "text"
}
No content
Was this helpful?