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

Body

application/json
identifier
string
required

The target identifier to traverse from.

Response

200 - application/json

The trust graph traversed.

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