Methods
List
ListWithContext
ListWithOptions
Parameters
ListOptions (for ListWithOptions)
*int
Maximum number of domains to return per page
*string
Cursor for pagination - retrieve results after this cursor
*string
Cursor for pagination - retrieve results before this cursor
Response
ListDomainsResponse
string
Object type (“list”)
[]Domain
Array of domain objects. Each domain contains:
id(string): Domain identifierobject(string): Object typename(string): Domain namecreated_at(string): Creation timestampstatus(string): Verification statusregion(string): Email sending regionrecords([]Record): DNS records
bool
Whether there are more results available for pagination