For the complete documentation index, see llms.txt. This page is also available as Markdown.

TrustChain APIs

Endpoints for building and retrieving the trust chain for a Guardian verifiable presentation (VP) document.

Authentication: Bearer token required (Authorization: Bearer <token>)


Method
Endpoint
Description
Auth Required

GET

/api/v1/trust-chains/{hash}

Builds and returns the full trust chain for the specified VP hash

Yes

GET

/api/v1/trust-chains

Returns a paginated list of trust chains

Yes

Endpoints

Was this helpful?