- Use
pageandper_pageto paginate results. - Use
searchto match domain names. - Use
sorting[]to control sort order. If you do not provide sorting, domains are ordered by newest first. - Domain access is scoped to the workspace resolved from the bearer token.
List Domains
Retrieve a paginated list of sending domains for your workspace. Each domain includes the required DNS records and an is_valid value on every DNS record so users can see exactly which setup steps still need attention.
Query Options
Filtering, searching, sorting, and pagination supported by the list endpoint
GET
/v1/domainsList sending domains for your workspace
Request body
pagenumberQuery parameter for the page number (default 1)
per_pagenumberQuery parameter for records per page (default 10)
searchstringQuery parameter used to search by domain name
sorting[]arrayQuery parameter containing JSON-encoded sort descriptors
Show Object Properties