API
Integration with the EmailLabs API
EmailLabs provides a modern REST API that allows external systems to integrate with the EmailLabs infrastructure. The API is designed according to the JSONAPI specification, ensuring clarity and intuitiveness. The API documentation is generated based on a Swagger file compliant with the OpenAPI 3.0.2 standard.
General API Functionality
Communication Format: The API supports and returns data exclusively in JSON format. All requests must be sent with the header Content-Type: application/json.
Response Schema: All responses returned by the API have a unified structure:
API Authentication
The EmailLabs API requires authentication using two keys:
Application-Key β The application key.
Authorization β The authorization key (a 128-character string).
API Documentation
Last updated