Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 1.67 KB

applications.md

File metadata and controls

23 lines (18 loc) · 1.67 KB

Applications

Applications allow you to receive incoming call and messaging events. Each application can contain unlimited phone numbers and at least one call back URL for both calls and messages.

application-info

Read More about adding Voice and Messaging to your application in the FAQ

Base Url

https://api.catapult.inetwork.com/v1/users/{userId}/applications/

Capabilities

Verb Path about
GET /v1/users/{userId}/applications Get information about your account
POST /v1/users/{userId}/applications Create an application
GET /v1/users/{userId}/applications/{applicationId} Get information about an application
POST /v1/users/{userId}/applications/{applicationId} Make changes to an application
DELETE /v1/users/{userId}/applications/{applicationId} Delete an application