Trust domains: Domains
Catalog id: resource.trustDomains.domains
Tenant library of trust domains: named collections of anchors and bindings used for issuer and authority validation. Lifecycle is Draft, Active, Disabled.
Guide: Trust domains.
Open it
| Navigation | Resources > Trust domains > Domains |
| Deep link | #resource=trustDomains&rarea=domains |
| Scope | Tenant |
Inventory
Name, status, anchor count, validity, last update. Create starts a Draft domain.
Create
Display name and optional description. Status starts as Draft until you activate.
Detail: Overview
Identity, validity window, activate / disable / delete.
Detail: Anchors
Trusted identities (X.509, DID, JWK, federation) with role and purpose.
Detail: Bindings
Purpose and target links (for example credential definition) for this domain.
Detail: Diagnostics
Preview anchor and OID4VP resolution for this domain / optional context.
REST
List:
- Overview
- Request
- Response
List trust domains
Endpoint: GET /api/trust-domain/v1/domains
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Create:
- Overview
- Request
- Response
Create trust domain
Endpoint: POST /api/trust-domain/v1/domains
Captured response: 201 Created
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Get:
- Overview
- Request
- Response
Get trust domain
Endpoint: GET /api/trust-domain/v1/domains/trust-domain-eu-wallet
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Activate:
- Overview
- Request
- Response
Activate trust domain
Endpoint: PUT /api/trust-domain/v1/domains/trust-domain-partner-dids
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
List anchors:
- Overview
- Request
- Response
List trust anchors
Endpoint: GET /api/trust-domain/v1/domains/trust-domain-eu-wallet/anchors
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
List bindings:
- Overview
- Request
- Response
List trust-domain bindings
Endpoint: GET /api/trust-domain/v1/bindings
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Trust domain API. Guide: Trust domains.