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"
}

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"