List custom domains
GET {{baseUrl}}/services/:serviceId/custom-domains?cursor=<string>&limit=20&name=<string>,<string>&domainType=apex&verificationStatus=unverified&createdBefore=<dateTime>&createdAfter=<dateTime>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | string | Cursor to begin retrieving entries for this query | |
limit | number | Max number of items that can be returned | |
name | string | Filter for the names of custom domain | |
domainType | string | Filter for apex or subdomains | |
verificationStatus | string | Filter for verified or unverified custom domains | |
createdBefore | string | Filter for custom domains created before a certain time (specified as an ISO 8601 timestamp) | |
createdAfter | string | Filter for custom domains created after a certain time (specified as an ISO 8601 timestamp) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"customDomain":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","domainType":"subdomain","publicSuffix":"\u003cstring\u003e","redirectForName":"\u003cstring\u003e","verificationStatus":"unverified","createdAt":"\u003cdateTime\u003e","server":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}},"cursor":"\u003cstring\u003e"},{"customDomain":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","domainType":"apex","publicSuffix":"\u003cstring\u003e","redirectForName":"\u003cstring\u003e","verificationStatus":"verified","createdAt":"\u003cdateTime\u003e","server":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}},"cursor":"\u003cstring\u003e"}]