Skip to main content
GET
/
sku-v2
Get all SKUs for the authenticated shop
curl --request GET \
  --url https://api.io.droplinked.com/sku-v2 \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success