v1

latestOpenAPI 3.0.22026-07-26207170320.9 KB
Custom Domains

List custom domains

List a particular service's custom domains that match the provided filters. If no filters are provided, all custom domains for the service are returned.

get/services/{serviceId}/custom-domains

Query parameters

cursorstring

The position in the result list to start from when fetching paginated results. For details, see Pagination.

limitinteger

Defaults to 20

The maximum number of items to return. For details, see Pagination.

namestring[]

Filter for the names of custom domain

domainType'apex' | 'subdomain'

Filter for domain type

verificationStatus'verified' | 'unverified'

Filter for domain verification status (verified or unverified)

createdBeforestring date-time

Filter for custom domains created before a certain time (specified as an ISO 8601 timestamp)

createdAfterstring date-time

Filter for custom domains created after a certain time (specified as an ISO 8601 timestamp)

Response

OK

cursorstring required