API
Integration with the EmailLabs API
General API Functionality
{
"meta": {
"numberOfErrors": 0,
"numberOfData": 1,
"status": 200,
"uniqId": "12345-abcde-67890",
"someField": "optional_value"
},
"data": [],
"errors": [
{
"title": "Error",
"message": "Error description",
"code": "ERROR_CODE",
"meta": {
"parameter": "parameter_name",
"value": "parameter_value",
"source": "error_source"
}
}
]
}
API Authentication
API Documentation
Last updated