---
title: "Get general info for an email"
method: GET
path: "/emails/{email}"
tags: ["Email address"]
---

# Get general info for an email

`GET /emails/{email}`

Finds which address books this email belongs to.

## Response `200`

Email info

- EmailAcrossBooks[]
  - `book_id` integer
  - `email` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api.md) · [All operations](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendpulse/sendpulse-bulk-email-api/revisions/cd38f8c6a425/schema)
