Skip to content

List of article sections

Request

Returns a list of article sections.

Security
shoptetAccessToken or shoptetPrivateApiToken
curl -i -X GET \
  https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/articles/sections \
  -H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
dataobjectrequired
errorsArray of objects or null(Errors)required
metadataobject(Metadata)required
Response
{ "data": { "sections": [] }, "errors": [ {} ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }