Skip to content

API Operations

Welcome to the Convers8 API Operations reference. This section provides detailed information about all available API endpoints.

Available Operations

Messaging Operations

Contact Management

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_KEY

Base URL

All API requests should be made to the following base URL:

https://waba-v1.convers8.africa

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