Retrieve details on custom domains.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of results per page. Defaults to 50.
1 <= x <= 100Optional Id from which to start selection.
1000Query in Lucene query string syntax.
1000Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.
100Whether specified fields are to be included (true) or excluded (false).
Field to sort by. Only domain:1 (ascending order by domain) is supported at this time.
15^domain:1$Custom domains successfully retrieved.
ID of the custom domain.
Domain name.
Whether this is a primary domain (true) or not (false).
Custom domain configuration status. Can be failed, pending_verification, or ready.
pending_verification, ready, failed Custom domain provisioning type. Can be auth0_managed_certs or self_managed_certs.
auth0_managed_certs, self_managed_certs Whether this is the default custom domain (true) or not (false).
Intermediate address.
Domain verification settings.
The HTTP header to fetch the client's IP address
The TLS version policy
Domain metadata associated with the custom domain, in the form of an object with string values (max 255 chars). Maximum of 10 domain metadata properties allowed.
Certificate information. This object is relevant only for Custom Domains with Auth0-Managed Certificates.
Relying Party ID (rpId) to be used for Passkeys on this custom domain. If not present, the full domain will be used.