Set Incoming URL

Set the URL for incoming calls

Incoming calls for numbers can be set either:

  1. In the Call Flows under Numbers in the portal

  2. On an individual DID basis

By API Call

URI: https://v1.api19.com/dids/set/callurl

Supported Operations: HTTP POST

Sets the URL for a specific phone number to route to when needed.

Request Parameters

Example CURL call:

curl -X POST https://v1.api19.com/dids/my/callurl
   -d 'key=API_Token' \
   -d 'did=number' \
   -d 'url=http_url'

Last updated