Applications
Create an Application
Create a Vobiz voice application by registering your answer_url and hangup_url webhooks - the first step to handling inbound calls and messages programmatically.
POST
Create an Application
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Parameters
The three required fields areapp_name, answer_url, and answer_method.
Creating an application is normally step one. After it returns an
app_id, attach a number or set application on an endpoint to start routing calls.Request Body
JSON
Response Examples
400 is returned when a required field is missing or a URL is malformed; a 401 when X-Auth-ID/X-Auth-Token are missing or wrong.
cURL Example
cURL
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"