v1
latestOpenAPI 3.1.02026-07-2422707.0 MBEmail notifications report API
Purpose: The purpose of this API is to fetch a list of email notification details associated with a center.
post/v1/reports/notifications/email/flat_file
Query parameters
pagestring
Page number to search
sizestring
Size of the list to return
Request body
Response
200
Example response
{
"notifications": [
{
"center_name": "Khammam",
"guest_code": "IvyOwner",
"guest_name": "Tangerinespa_Own Owner",
"message_type_name": "Loyalty Points Expiry Reminder",
"status": "Delivered",
"email": "hrushikeshk@zenoti.com"
}
],
"page_info": {
"total": 998,
"page": 1,
"size": 10
}
}