DgVerseDgVerse
Home
Get Started
  • Auth Endpoint
  • Create Collection
  • Create Certificate
  • Create Directory
  • Transfer Certificate Via Wallet
  • Transfer Certificate Via Mail
  • Cancel Claim
  • Freeze User
  • Un-freeze User
  • Pause Collection
  • Un-Pause Collection
  • Delete Collection
  • Invalidate Certificates
  • Delete Certificates
  • Get Collection
  • Get Certificates
  • Get Directory of a Collection
Home
Get Started
  • Auth Endpoint
  • Create Collection
  • Create Certificate
  • Create Directory
  • Transfer Certificate Via Wallet
  • Transfer Certificate Via Mail
  • Cancel Claim
  • Freeze User
  • Un-freeze User
  • Pause Collection
  • Un-Pause Collection
  • Delete Collection
  • Invalidate Certificates
  • Delete Certificates
  • Get Collection
  • Get Certificates
  • Get Directory of a Collection
  • Un-pause collection

Un-pause collection

Path: v1/hts/api/integration/unpause-collection

How to use

You can ‘un-pause’ the collection using this endpoint with a single parameter “collectionId”. With “Un-pause collection“ you can un-pause all transactions on this collection. If paused you cannot mint, delete, transfer etc. screenshot

Parameter List

Below table represents the parameters, data type of parameter and whether the parameter is required or not to un-pause a collection.

FieldTypeRequiredUsage
collectionIdStringRequired“collectionId” is used to identify the collection to unpause.

cURL command

curl --request POST \
  --url http://<dgverse-api-base-url>/v1/hts/api/integration/unpause-collection \
  --header "Authorization: Bearer <YOUR_TOKEN>" \
  --header "Content-Type: application/json" \
  --data '{"collectionId": "<VALUE>>}'

Response

A ‘200 OK’ status means the un-pause-collection process is successful. screenshot

Error Troubleshooting

  • 400 Bad Request: The collection provided doesn’t exist. Add an existing ‘collectionId’ to un-pause the collection.
Last Updated:
Contributors: John
Prev
Pause collection
Next
Delete Collection