Sending Log
curl -X GET https://api.mailniaga.mx/api/v0/logs?limit=100&page=1 \
--header "Content-Type: application/json" \
--header "X-API-Key: <API_Key>" Parameter
Description
Condition
Last updated
curl -X GET https://api.mailniaga.mx/api/v0/logs?limit=100&page=1 \
--header "Content-Type: application/json" \
--header "X-API-Key: <API_Key>" Last updated
{
"error": false,
"status_code": 200,
"data": {
"data": [
{
"created_at": "2023-07-19T00:04:14.362Z",
"envelope_id": "1896b7565ae00006b2",
"interface": "api",
"domain": "mailniaga.com",
"from": "[email protected]",
"to": "[email protected]",
"delivered": 1,
"status": {
"delivered": true,
"ip": "139.99.84.121",
"mx": "aspmx.l.google.com",
"response": "250 2.0.0 OK 1719976296 d9443c01a7336-1fb0e952da5si13548855ad.414 - gsmtp"
}
}
],
"total_record": 862912,
"total_page": 862912,
"current_page": 2,
"limit": 2
},
"message": "OK"
}