Applications

Create an Application

Creates an Application with webhook URLs for call handling. Creating an application is usually a first step, after which you attach the application to either a number or an endpoint.

post/api/v1/Account/{auth_id}/Application/

Path parameters

auth_idstring required
Example:MA_XXXXXX

Your account Auth ID

Request body

app_namestring required
answer_urlstring required
answer_methodstring required

Response

Success

api_idstring required
app_idstring required
messagestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.