Skip to main content
GET
/
dpp
/
{id}
Get a DPP
curl --request GET \
  --url https://api.example.com/dpp/{id}
{
  "id": "123e4567-e89b-12d3-a456-426614174000"
}

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

200 - application/json

DPP retrieved successfully

id
string
required

The id of the DPP in UUID format

Example:

"123e4567-e89b-12d3-a456-426614174000"