List custom domains
list_custom_domainsList the custom domains claimed by the authenticated tenant. A custom domain serves the tenant's dynamic endpoints on the customer's own hostname (shop.customer.com) instead of the default .tessryx.app/ URL. Optionally filter by lifecycle status (PENDING, VERIFIED, CERT_PENDING, ACTIVE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | only return domains in this lifecycle status: PENDING, VERIFIED, CERT_PENDING, or ACTIVE; omit for all | |
| page_size | No | maximum number of domains to return in this page | |
| page_token | No | token from a previous response's next_page_token to fetch the next page |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | Yes | ||
| next_page_token | Yes |