DocsAPI ReferenceProduct Parameter/bff/product-parameter/group-list
getProduct ParameterAdmin BFF

/bff/product-parameter/group-list

Returns all parameter groups for the authenticated organisation. Groups are used to visually organize parameters into sections (e.g. "Dimensions", "Technical specs").

Product ParametergetBffProduct-parameterGroup-list

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /bff/product-parameter/group-list

get
curl -X GET "https://api.bizkithub.com/bff/product-parameter/group-list" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

List of parameter groups.

{
  "items": [
    {
      "id": 0,
      "code": "example_code",
      "name": "example_name",
      "position": 0,
      "active": false
    }
  ],
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key