---
title: "Search for a domain in global suppression list"
method: GET
path: "/suppressions/global/domain/{domain}"
tags: ["Suppression APIs"]
---

# Search for a domain in global suppression list

`GET /suppressions/global/domain/{domain}`

This endpoint allows you to check if a domain exists in the Suppression list. The API returns the date when the domain was first added to the suppression list along with modified date and status.

## Path parameters

- `domain` string, required

## Headers

- `on_behalf_of` string

## Response `200`

OK

- object
  - `domain` string, required
  - `created` string, date-time, required
  - `modified` string, date-time, required
  - `status` integer, required

## Other responses

- `400` — Bad Request - Invalid email format or missing email parameter.

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
