# GET /sending/domains

Part of the SendHeron REST API. Base URL: `https://api.sendheron.com/api/v1`

List the sending domains authenticated in this workspace. Each one carries the DNS records to publish and whether each record is currently valid.

```http
GET https://api.sendheron.com/api/v1/sending/domains
Authorization: Bearer <YOUR_API_KEY>
```

**Required scopes:** `sending:read`

**Success status:** `200`

**Rate limit:** 100/min per key, counted against the organization's READ ceiling (1200/min).

> A domain must reach VERIFIED before this workspace can send from addresses under it.


---

Rate limits: 100/min per key, counted against the organization's READ ceiling (1200/min). Both windows are one minute; there is no hourly or daily quota.
