Incoming Call Data

New Incoming Call

post
Authorizations
Path parameters
partner_idstringRequired
Body
contactPhonestringRequired
queuestringRequired
Responses
201
Successful Response
application/json
Responseany
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?