← ClaudeAtlas

igrantio-api-trust-anchorlisted

The Trust Anchor group of the iGrant.io OID4VC API: manage the ETSI trust lists (trust authorities) that the service uses to validate issuers and verifiers in OID4VCI and OpenID4VP flows. Create, read, update, enable or disable, delete and list trust authorities, and work with the two built-in trust lists that every organisation gets. Use when you decide which issuers a verifier accepts, or which verifiers a wallet trusts.
L3-iGrant/skills · ★ 1 · API & Backend · score 75
Install: claude install-skill L3-iGrant/skills
# iGrant.io OID4VC API - Trust Anchor group ## When to use Use this skill when you: - add an **ETSI trust list** to the organisation so that the service validates the issuers and verifiers it meets in a flow; - read, update, enable, disable or delete a trust authority; - must know why the list starts with 2 records that you did not create. Base URL for demo: `https://demo-api.igrant.io`. Auth header: `Authorization: ApiKey <key>` (note the trailing space in the prefix). A bearer access token also works. A trust authority points to a trust list. The service uses the trust lists to validate issuers and verifiers in OID4VCI and OpenID4VP flows. ## Endpoint reference | Method | Path | Purpose | Docs | | --- | --- | --- | --- | | POST | `/v2/config/digital-wallet/openid/trust-authority` | Create a trust authority | [config-create-digital-wallet-open-id-trust-authority](https://docs.igrant.io/docs/openid4vc-api/config-create-digital-wallet-open-id-trust-authority/) | | GET | `/v2/config/digital-wallet/openid/trust-authorities` | List trust authorities, with the 2 built-in trust lists first | [config-list-digital-wallet-open-id-trust-authority](https://docs.igrant.io/docs/openid4vc-api/config-list-digital-wallet-open-id-trust-authority/) | | GET | `/v2/config/digital-wallet/openid/trust-authority/{trustAuthorityId}` | Read 1 trust authority | [config-read-digital-wallet-open-id-trust-authority](https://docs.igrant.io/docs/openid4vc-api/config-read-digital-wallet-open-id-trust