Get Certificates
Path: v1/hts/api/integration/assets/certificate
How to use
Get all certificates created by the current login. 
Parameter List
| Field | Type | Required | Values/Description |
|---|---|---|---|
sortOrder | String | No | - oldest first - latest first (default) Sorting order for the coming dataset |
collectionType | String | No | - Non-transferable Certificates - Transferable Certificates Filter Option: Select only this type of collections |
filterByCollection | String | No | Filter using collection |
ownershipStatus | String | No | - certificateOwned: Certificates owned now - certificateMinted: Certificates which were originally minted by the user - certificateMintedAndTransferred: Certificates which were originally minted by the user and transferred by the user - certificateReceived: Certificates which were received by the user |
cURL Command
curl --request GET \
--url 'http://<dgverse-api-base-url>/v1/hts/api/integration/assets/certificate?sortOrder=latest%20first&collectionType=transferable%20Certificates&filterByCollection=<COLLECTION_ID>' \
--header 'Authorization: Bearer <YOUR_TOKEN>' \
--header 'Content-Type: application/json'
Response

Error Troubleshooting
400 Bad Request: "transfered" is not allowed.
