Skip to main content
GET
/
discovery
/
trust-graph
/
{id}
{
  "id": "<string>",
  "hash": "<string>",
  "nodes": [
    {
      "id": "<string>",
      "hash": "<string>",
      "raw": {},
      "type": "DTE"
    }
  ],
  "edges": [
    {
      "source": "<string>",
      "target": "<string>"
    }
  ],
  "type": "DTE"
}

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