---
title: "Get all subscribed domains for API key"
method: GET
path: "/subscribeddomains"
---

# Get all subscribed domains for API key

`GET /subscribeddomains`

Available on Core and Pro subscriptions. Returns the domains associated with the supplied hibp-api-key after they have been added to the domain search dashboard and verified.

## Headers

- `user-agent` string, required

## Response `200`

List of subscribed domains

- SubscribedDomain[]
  - `DomainName` string, required — The full domain name that has been successfully verified.
  - `PwnCount` integer, nullable — The total number of breached email addresses found on the domain at last search (will be null if no searches yet performed).
  - `PwnCountExcludingSpamLists` integer, nullable — The number of breached email addresses found on the domain at last search, excluding any breaches flagged as a spam list (will be null if no searches yet performed).
  - `PwnCountExcludingSpamListsAtLastSubscriptionRenewal` integer, nullable — The total number of breached email addresses found on the domain when the current subscription was taken out (will be null if no searches yet performed). This number ensures the domain remains searchable throughout the subscription period even if the volume of breached addresses grows beyond the subscription's scope.
  - `NextSubscriptionRenewal` string, date-time, nullable — The date and time the current subscription ends in ISO 8601 format. The PwnCountExcludingSpamListsAtLastSubscriptionRenewal value is locked in until this time (will be null if there have been no subscriptions).

## Other responses

- `401` — Unauthorized — the hibp-api-key header was missing, malformed, or invalid.
- `403` — Forbidden — no user agent has been specified in the request.

---

[API](https://skmtc.net/haveibeenpwned/apis/have-i-been-pwned-api-v3.md) · [All operations](https://skmtc.net/haveibeenpwned/apis/have-i-been-pwned-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haveibeenpwned/have-i-been-pwned-api-v3/revisions/b6c35caec844/schema)
