GET
Get Product by ID
Fetches full SKU details using the Private API (access key). Intended for trusted backend integrations.
Note
This is a Private API endpoint. Use your access key (server-side only). Do not call this endpoint from client apps.
Parameters
skuIdstring
Unique SKU ID (_id) to fetch. Returns 404 if the SKU does not exist or is not accessible to your access key.
GET/skus/{skuId}
curl -X GET "https://api.pixelbin.io/service/private/misc/v2.0/skus/{skuId}" \
-H "Authorization: Bearer {accesskey}"
Response
201
No example available.