# GET /sending/identities

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

List the sender identities in this workspace, default first and then oldest first.

```http
GET https://api.sendheron.com/api/v1/sending/identities
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).

> Each entry carries a `sendability`. `SENDABLE` means nothing about this identity blocks a send. `DOMAIN_VERIFIED_ELSEWHERE` means this organization authenticated the domain in another workspace, so adding it here needs no DNS. `DOMAIN_PENDING` means it was added here and is still waiting on DNS. `DOMAIN_UNVERIFIED` means nobody in this organization has authenticated 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.
