EMAIL
Routes: These routes will send inbound SMS messages to an e-mail address, which also allows for users to respond to the SMS message with a simple reply to the e-mail.HTTP-POST
Routes: This route is also known as an "incoming webhook" and allows for users to receive inbound SMS messages at an HTTP endpoint of their choosing.HTTP-GET
Routes: Similar to HTTP-POST
routes, this type of route allows for users to receive inbound SMS messages at an HTTP endpoint of their choosing.This request returns a JSON payload of this structure:
GET https://sms.accentvoice.com/api/v2/<DID Number>/routes?key=<API Key>
GET
requests, your API Key must be provided as a URL parameter!This request returns a JSON payload of this structure:
GET https://sms.accentvoice.com/api/v2/<DID Number>/routes/<Route ID>/?key=<API Key>
This request returns a JSON payload of this structure:
DELETE https://sms.accentvoice.com/api/v2/<DID Number>/routes/44/
This request creates a new
HTTP-POST
Route
This request creates a newHTTP-POST
route, and has this response:
HTTP-GET
Route
This request creates a newHTTP-GET
route, and has this response:
POST https://sms.accentvoice.com/api/v2/<DID Number>/routes/
EMAIL
, HTTP-POST
, or HTTP-GET