---
title: "Retrieves customer list (speak to Travelgenix to obtain access)"
method: POST
path: "/admin/customers"
tags: ["Admin"]
---

# Retrieves customer list (speak to Travelgenix to obtain access)

`POST /admin/customers`

## Request body

- CustomerFilters — Model for customer filters
  - `emailAddress` string, nullable — Email address filter
  - `acceptsMarketing` boolean, nullable — Accepts marketing filter
  - `created` string, date-time, nullable — Created since date filter

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/travelify/apis/travelify-io-api.md) · [All operations](https://skmtc.dev/travelify/apis/travelify-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/travelify/travelify-io-api/revisions/b09ce3f0c6d5/schema)
