domains
List all the domains
Retrieves a list of domains registered for the authenticated user or team. By default it returns the last 20 domains if no limit is provided.
GET
Authorizations
Default authentication mechanism
Query Parameters
Maximum number of domains to list from a request.
Example:
20
Get domains created after this JavaScript timestamp.
Example:
1609499532000
Get domains created before this JavaScript timestamp.
Example:
1612264332000
The Team identifier to perform the request on behalf of.
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
Example:
"my-team-url-slug"