---
title: "Resolve trust anchors"
method: POST
path: "/anchors/resolve"
tags: ["TrustAnchorResolution"]
---

# Resolve trust anchors

`POST /anchors/resolve`

Resolves the trust anchors that apply to a trust decision. A caller can pass a `domainId` to
resolve an explicit domain or pass a purpose and optional target so the resolver selects the
best matching binding. By default, only active domains and active anchors are returned.

## Request body

- TrustAnchorResolutionRequest — unresolved $ref

## Response `200`

Resolved trust anchors.

- TrustAnchorResolution — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/trust-domain-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/trust-domain-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/trust-domain-api/revisions/b076ec7cca02/schema)
