Skip to main content
GET
/
collection-v2
Get all collections for the authenticated shop (JWT required, PRODUCER role)
curl --request GET \
  --url https://api.io.droplinked.com/collection-v2 \
  --header 'x-droplinked-api-key: <api-key>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

x-droplinked-api-key
string
header
required

Response

Success