GET
/
v1
/
categories
curl --request GET \
  --url https://api.quickbutik.com/v1/categories \
  --header 'Authorization: Basic <encoded-value>'
{
  "results": {
    "category_id": 14,
    "uri": "sulor",
    "url": "/herr/skor/sulor",
    "name": "Sulor",
    "name_path": "Herr > Skor > Sulor",
    "description1": "<string>",
    "description2": "<string>",
    "parent_id": 13
  }
}

Authorizations

Authorization
string
header
required

API key authentication using Basic Auth. Use your API key as both username and password. See the Authentication guide for complete setup instructions.

Query Parameters

category_id
string

Optional. Enter if you would like to fetch data from a specific category_id

Response

200
application/json

Categories retrieved successfully

The response is of type object.