---
title: "Get connected sending domain"
method: GET
path: "/api/reach/v1/profiles/{profileUuid}/domains"
tags: ["Reach: Profiles"]
---

# Get connected sending domain

`GET /api/reach/v1/profiles/{profileUuid}/domains`

Get the sending domain connected to the profile, its verification status and any suspended
sender addresses.

Campaigns only go out once a domain is connected and active, so this is the cheapest way to
check that precondition before building one. A profile with no domain connected returns the
same shape with every field set to `null`. For the individual MX, SPF, DKIM and DMARC records
behind the status, use the DNS status endpoint.

## Path parameters

- `profileUuid` string, required

## Response `200`

Success response

- ReachV1ProfilesDomainsSendingDomainResource — The sending domain connected to the profile. When no domain is connected every field is `null` and `suspended_sender_emails` is empty, so the shape stays the same whether or not the profile is set up for sending.
  - `domain` string, nullable — Domain campaigns are sent from. It may be a subdomain of the domain that was connected, so it will not always match the website domain.
  - `status` 'active' | 'inactive' | 'pending' | 'blocked', nullable — Campaigns can only be sent while the domain is `active`.
  - `created_at` string, date-time, nullable — When the domain was connected to the profile.
  - `updated_at` string, date-time, nullable — When the domain or its verification state last changed.
  - `suspended_sender_emails` ReachV1ProfilesDomainsSuspendedSenderEmailResource[] — Sender addresses on this domain that have been suspended. A campaign using one of them will not go out even while the domain itself is active.
    - `email` string
    - `email_local_part` string — The part of the address before the @.
    - `suspended_at` string, date-time

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

- **2026-08-24** `5c9084653234` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/reach/v1/profiles/:profileUuid/domains/get.md)

---

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