Developer guide introduction
Exchange information about messages, contacts, and owners using the platform's HTTP-based REST APIs with JSON requests and responses. For developers integrating messaging capabilities after obtaining an API key.
Use the Communications Platform APIs to exchange information about messages, contacts, and owners.
The Communication Platform APIs are HTTP-based REST APIs. Request and response bodies use JSON.
Prerequisites
Before you begin:
- Review web programming concepts, including HTTP requests and responses.
- Prepare to send and process JSON data.
- Ask a platform administrator to retrieve an API key for your integration.
Get an API key
- Sign in to Communications Platform with an account that has administrator permissions.
- Open Preferences and locate the API Key.
- Share the API key securely with the development team responsible for the integration.
API capabilities
The API supports:
- Creating, retrieving, updating, and deleting (CRUD) resources
- Data validation
- Pagination
- Filtering
Updated about 1 hour ago
