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.
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 |