List SES identities (email and domain)

Search Documentation

Search across all developer documentation

entities

List SES identities (email and domain)

GET /v1/identities
Auth required identities.view

Returns the SES identities (email addresses and domains) the org has adopted in SendOps. Only managed identities are returned — SES identities visible in your AWS account that have not been adopted in SendOps are excluded. verification_status and dkim_status today hold the same value (both are exposed so they can diverge in a future revision without breaking clients). Sorted newest-first.

Query parameters

limit integer optional

Page size (1–200). Default 50.

cursor string optional

Opaque cursor returned from the previous page.

Responses

200 Identities, newest-first application/json
401 Missing, malformed, or unknown API key application/problem+json
403 Key lacks the required scope or plan limit violated application/problem+json
422 Query parameter or path value failed validation application/problem+json
429 Per-org rate limit exceeded application/problem+json
500 Unexpected server-side failure. The code is internal_error. The request_id field can be quoted to SendOps support to investigate. application/problem+json