List Instance Trusted Domains
Deprecated: use instance service v2 ListTrustedDomains instead.
Returns a list of domains that are configured for this Zitadel instance. These domains are trusted to be used as public hosts.
Query Parameters
query.offset?|
Format
int64query.limit?integer
query.asc?boolean
sortingColumn?string
the field the result is sorted
Value in
"DOMAIN_FIELD_NAME_UNSPECIFIED" | "DOMAIN_FIELD_NAME_DOMAIN" | "DOMAIN_FIELD_NAME_PRIMARY" | "DOMAIN_FIELD_NAME_GENERATED" | "DOMAIN_FIELD_NAME_CREATION_DATE"queries.domainQuery.domain?string
queries.domainQuery.method?string
Value in
"TEXT_QUERY_METHOD_EQUALS" | "TEXT_QUERY_METHOD_EQUALS_IGNORE_CASE" | "TEXT_QUERY_METHOD_STARTS_WITH" | "TEXT_QUERY_METHOD_STARTS_WITH_IGNORE_CASE" | "TEXT_QUERY_METHOD_CONTAINS" | "TEXT_QUERY_METHOD_CONTAINS_IGNORE_CASE" | "TEXT_QUERY_METHOD_ENDS_WITH" | "TEXT_QUERY_METHOD_ENDS_WITH_IGNORE_CASE"Response Body
application/json
curl -X POST "https://loading/trusted_domains/_search"{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "2023-01-15T01:30:15.01Z"
},
"sortingColumn": "DOMAIN_FIELD_NAME_UNSPECIFIED",
"result": [
{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"domain": "string"
}
]
}Was this page helpful?
List instance Members
List instance Members: Deprecated: use [ListAdministrators](/reference/api/internal_permission/zitadel.internal_permission.v2.InternalPermissionService.ListAdministrators) instead. Members are users with permission to ad...
ListAggregateTypes
Explore the ListAggregateTypes operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.