get
https://{yourinstance}.makaira.io/category/
Get Category by ID
Returns the search configuration for a specific category, including assigned streams and aggregations.
Requires authentication.
Request
GET /category/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The category identifier from the shop system. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns the category configuration object.
Response Body
| Field | Type | Description |
|---|---|---|
id | string | Category identifier. |
stream | string | ID of the boost stream assigned to this category. |
aggregations | array | List of aggregation IDs configured for this category. |
overrideAggregations | boolean | When true, uses the category-specific aggregations instead of the global defaults. |
200OK

