Skip to main content
GET
/
discovery
/
trust-graph
/
{id}
Get a trust graph by id
curl --request GET \
  --url https://api.example.com/discovery/trust-graph/{id}
{
  "id": "<string>",
  "hash": "<string>",
  "nodes": [
    {
      "id": "<string>",
      "hash": "<string>",
      "raw": {}
    }
  ],
  "edges": [
    {
      "source": "<string>",
      "target": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.truststack.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

The trust graph

id
string
required

The id of the trust graph

hash
string
required

The hash of the trust graph

nodes
object[]
required

The nodes of the trust graph

edges
object[]
required

The edges of the trust graph

type
enum<string>
required

The type of the trust graph

Available options:
DTE,
DCC,
DPP,
DIA,
DFR