List domains
Domains
List Domains
List the sending domains available to an API-key project.
GET
List domains
GET /domains returns stored domain verification state, region, and timestamps. It does not request a fresh verification result from the sending provider and does not mutate domain state.
Use the after cursor from the response metadata to request the next page.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of records to return. Defaults to 20.
Required range:
1 <= x <= 100Opaque cursor from the previous page's metadata.next value.