Skip to main content
GET
/
collection-v2
/
published
/
{shopName}
Get published collections by shop name (public)
curl --request GET \
  --url https://api.io.droplinked.com/collection-v2/published/{shopName} \
  --header 'x-droplinked-api-key: <api-key>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

x-droplinked-api-key
string
header
required

Path Parameters

shopName
string
required

shopName parameter

Example:

"example-value"

Response

Success