{% multimethod %} {% endmultimethod %}
- You have signed up for the Bandwidth voice & messaging APIs
- You are familiar with:
A little about what is happening in step 1
{% extendmethod %}
| Property | Description |
|---|---|
eventType |
The event type, value is incomingcall. |
Be sure to link to any full documentations if available
{% common %}
{% sample lang="http" %}
POST /your_url HTTP/1.1
Content-Type: application/json; charset=utf-8
User-Agent: BandwidthAPI/v1
{
"key": "value"
}{% sample lang="js" %}
/** Sample javascript code **/{% sample lang="csharp" %}
var example = example;{% sample lang="ruby" %}
# sample ruby{% endextendmethod %}
A little about what is happening in step 2
{% extendmethod %}
| Property | Description |
|---|---|
eventType |
The event type, value is incomingcall. |
Be sure to link to any full documentations if available
{% common %}
{% sample lang="http" %}
Snip of raw html
POST /your_url HTTP/1.1
Content-Type: application/json; charset=utf-8
User-Agent: BandwidthAPI/v1
{
"key": "value"
}{% sample lang="js" %}
/** Sample javascript code **/{% sample lang="csharp" %}
var example = example;{% sample lang="ruby" %}
# sample ruby{% endextendmethod %}