Mail status
Check the status of emails sent
Was this helpful?
Check the status of emails sent
Was this helpful?
This endpoint retrieves the status of mail sent through the applet.
Method: GET
URL: https://applet.payherokenya.com/mailer/mail_status
Query Parameters:
batch_id (string, required) - The ID of the batch for which the mail status is to be retrieved.
api_username (string, required) - The username for API authentication.
page (integer, required) - The page number for paginated results.
per_page (integer, required) - The number of records to be displayed per page.
The response is in JSON format and follows the schema below:
{
"data": [
{
"batch_id": "string",
"recipient_email": "string",
"subject": "string",
"status": 0,
"description": "string",
"updated_at": "string"
}
],
"pagination": {
"current_page": "string",
"per_page": "string",
"total_records": 0,
"total_pages": 0
}
}
The data
array contains information about the mail status, including batch ID, recipient email, subject, status code, description, and update timestamp. The pagination
object provides details about the current page, records per page, total records, and total pages.
67d81cfdacc
jeBrLJ4AIRP2AGbOt
1
100