Appearance
API Operations
Welcome to the Convers8 API Operations reference. This section provides detailed information about all available API endpoints.
Available Operations
Messaging Operations
- Send Text Message - Send simple text messages to your contacts
- Send Media Message - Send images, documents, videos, and other media
- Send Interactive Message - Send interactive messages with buttons and lists
- Send Template Message - Send pre-approved message templates
Contact Management
- List Contacts - Retrieve and manage your WhatsApp contacts
Authentication
All API requests require authentication using your API key. Include your API key in the Authorization header of your requests:
bash
Authorization: Bearer YOUR_API_KEYBase URL
All API requests should be made to the following base URL:
https://waba-v1.convers8.africaResponse Format
All responses are returned in JSON format. Successful responses will have a 2xx status code, while errors will have a 4xx or 5xx status code.
Error Handling
The API uses standard HTTP status codes to indicate the success or failure of requests. In case of an error, the response body will contain additional information about the error.
