v1
latestOpenAPI 3.1.02026-07-26363186558.0 KBVerified Domains
List verified domains for the current organization
get/settings/domains
Query parameters
sort'id' | 'domain' | 'status' | 'created_at' | 'updated_at'
Example:updated_at
The field to sort the response objects by.
order'desc' | 'asc'
Example:asc
The order used to sort the response objects.
sizeinteger
Example:20
The number of objects to return in each page.
sincestring date-time
When listing by date range, since defines the starting date in RFC3339 format
untilstring
When listing by date range, until defines the ending date in RFC3339 format
pagestring
Only used when fetching subsequent pages during pagination and will contain a unique page ID. No other query parameters can be used with page
Headers
x-apikeystring required
Your API key
Acceptstring
Example:application/json
The type of content accepted.
Response
OK
Example response
{
"domains": [
{
"id": "c4fbb52bqsiatib6i4gg"
}
]
}