---
title: "Email notifications report API"
method: POST
path: "/v1/reports/notifications/email/flat_file"
---

# Email notifications report API

`POST /v1/reports/notifications/email/flat_file`

Purpose: The purpose of this API is to fetch a list of email notification details associated with a center.

## Query parameters

- `page` string
- `size` string

## Request body

- object
  - `start_date` string, date, required — Start date and time of the request. This will fetch all the email notifications from the date specified in the body.
  - `end_date` string, date, required — End date of the request. The API will fetch the email notification details till the date and time specified in the body.

## Response `200`

200

- union
  - object
    - `notifications` object[]
      - `center_name` string
      - `guest_code` string
      - `guest_name` string
      - `message_type_name` string
      - `status` string
      - `email` string
    - `page_info` object
      - `total` integer
      - `page` integer
      - `size` integer
    - `error` unknown
  - object
    - `notifications` object[]
      - `center_name` string
      - `guest_code` string
      - `guest_name` string
      - `message_type_name` string
      - `status` string
      - `email` string
    - `page_info` object
      - `total` integer
      - `page` integer
      - `size` integer
    - `error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
