v13
OpenAPI 3.0.32026-07-31359869.4 MBdomains
List Project Domains by Apex Domain
List all project domains associated with an apex domain owned by the authenticated account.
get/v1/domains/{domain}/project-domains
Path parameters
domainstring required
The apex domain name.
Example:example.com
The apex domain name.
Query parameters
limitnumber
Maximum number of project domains to list from a request.
Example:20
Maximum number of project domains to list from a request.
sincenumber
Get project domains created after this JavaScript timestamp.
Example:1609499532000
Get project domains created after this JavaScript timestamp.
untilnumber
Get project domains created before this JavaScript timestamp.
Example:1612264332000
Get project domains created before this JavaScript timestamp.
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l
The Team identifier to perform the request on behalf of.
slugstring
Example:my-team-url-slug
The Team slug to perform the request on behalf of.
Response
Successful response retrieving project domains for an apex domain.
Example response
{
"pagination": {
"count": 20,
"next": 1540095775951,
"prev": 1540095775951
}
}