Set Incoming URL
Set the URL for incoming calls
Incoming calls for numbers can be set either:
In the Call Flows under Numbers in the portal
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
Parameter | Description |
---|---|
token | Your customer API Token |
did | The phone number to set the URL for or none to set no url. |
url | The HTTP/HTTPS URL to set route the call to. |
Example CURL call:
Last updated