GET
/
v1
/
products
/
count
curl --request GET \
  --url https://api.quickbutik.com/v1/products/count \
  --header 'Authorization: Basic <encoded-value>'
{
  "count": "4"
}

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.

Response

200
application/json

Product count retrieved successfully

The response is of type object.