---
title: "Find contact"
method: POST
path: "/search"
tags: ["Search"]
---

# Find contact

`POST /search`

Search for a subscriber globally across the account by email address.

## Request body

- object
  - `query` string, required — Must be a valid email address.

## Response `200`

OK

- object[]
  - `email` string
  - `list_id` integer
  - `status` integer
  - `name` string
  - `surname` string
  - `custom_fields` object
    - `some_field` string
  - `tags` string[]
  - `source` string
  - `subscribed_at` string
  - `unsubscribed_at` string

## Other responses

- `422` — Unprocessable Entity

---

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