Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/brands/{code}
- https://api.myshoptet.comhttps://api.myshoptet.com/api/brands/{code}
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/brands/1e3f3f3f-3f3f-63ca-b93f-02423f1f0005 \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "guid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "name": "Willy Wonka", "indexName": "willy-wonka", "description": "<p>Brand new chocolate <strong>everyday</strong></p>", "brandWeb": "https://www.willywonka.com", "postalAddress": "Chocolate Factory, 1234 Candy Lane, Sweet City, SC 56789", "contactEmail": "willywonka@shoptet.cz", "europeanResellerPostalAddress": "Chocolate Factory, 1234 Candy Lane, Sweet City, SC 56789", "europeanResellerContactEmail": "europeanreseller@shoptet.cz", "manufacturingCompanyName": "Shoptet a.s.", "europeanResellerManufacturingCompanyName": "Shoptet a.s.", "showInCategoriesMenu": true, "showInBrandList": false, "metaTitle": "Willy Wonka", "metaDescription": "Willy Wonka - Chocolate Factory" }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }