Call APIs
Welcome to the Call APIs Documentation
Call APIs power the teli Communications Platform as a Service (CPaaS) service and represents a wide range of operations that enable you to add programmable Voice and SMS to your applications. You can use the teli REST APIs to create enterprise applications that focus on your user’s needs. The REST APIs are implemented using the HTTP protocol so you can use them with your preferred programming language and tools.
A REST API client should support the following:
- HTTPS and basic authentication
- HTTP GET, POST, PUT and DELETE requests
- Ability to set and read request and response headers
- XML or JSON responses
- GET: Lists or reads objects and includes the information needed to perform any Read operations on the object. Sample use: List all of the applications under your Platform account.
- POST/PUT: Creates or updates objects. Most requests using the POST/PUT method require JSON/XML in the request body. Sample use: Modify a Client under your Platform account.
- DELETE: Removes objects. Sample use: Delete an application or client under your Platform account.
DELETE: Removes objects. Sample use: delete an application or client under your Platform account.
Call APIs use basic HTTP authentication to restrict access to API endpoints to authenticated users only. After you sign up with the Platform you can find your Call API SID Token and API Token by navigating to My Account in the control console.
Last modified 2yr ago