Skip to main content
POST
Create an Application
Creates an application with webhook URLs for call handling. Creating an application is typically the first step - you then attach it to either a number or an endpoint.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json

Parameters

The three required fields are app_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

A 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

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

Body

application/json
app_name
string
required
answer_url
string
required
answer_method
string
required

Response

Success

api_id
string
required
app_id
string
required
message
string
required