Get DPP by Hash
Fetches the DPP corresponding to the provided hash.
Endpoint Information
- Method: GET
- URL:
/dpp/hash/{hash}
- Authentication Required: No
Path Parameters
The request path parameters must include:
hash
: A string representing the IPFS hash associated with the DPP.
Responses
✅ 200 – Success
{
"data": {
"name": "some-name"
}
}