> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/tasks-and-external/trustchains-apis.md).

# Trustchains APIs

**Base URL:** `/api/v1/trust-chains`

These endpoints allow auditors to list VP (Verifiable Presentation) documents and build full trustchains tracing a VP back to its root Verifiable Credential, enabling verification of carbon credit provenance.

**Authentication:** All endpoints require a valid JWT Bearer token (`Authorization: Bearer <token>`). Obtain a token via `POST /accounts/login`. Permission `AUDIT_TRUST_CHAIN_READ` is required for all endpoints.

***

## Endpoints

| Method | Endpoint               | Description                                            | Auth Required |
| ------ | ---------------------- | ------------------------------------------------------ | ------------- |
| GET    | `/trust-chains`        | Return a list of all VP documents                      | Yes           |
| GET    | `/trust-chains/{hash}` | Build and return a trustchain from a VP to the root VC | Yes           |

***

## Endpoint Details

* [Requesting VP Documents](/tasks-and-external/trustchains-apis/requesting.md) — `GET /trust-chains`
* [Building and Returning a Trustchain](/tasks-and-external/trustchains-apis/building-and-returning.md) — `GET /trust-chains/{hash}`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.guardian.hedera.com/tasks-and-external/trustchains-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
