Get a Primary VDT
GET/public-api/v1/vdt/:entityId
Retrieves a single Primary VDT by its ID. Use this API to inspect the current state and attribute data of a VDT.
Details :
- Requires the Primary VDT ID in the path.
- Returns mint status, version, attribute data, and metadata URL when available.
- Use List or Search APIs first when the VDT ID is unknown.
Request
Responses
- 200
- 401
- 404
- 500
Primary VDT retrieved successfully.
Unauthorized – Invalid or missing token.
The Primary VDT was not found.
Internal Server Error