Skip to main content
GET
Check Products Splits
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/productsplits Retrieves information about products and their split configurations. Response includes:
  • all: List of all product IDs
  • defaultset: Products with default splits configured
Headers:
  • x-tenant-id: Required. The tenant ID
  • Authorization: Required. Bearer token for authentication
Authorization:
  • Required role: admin or higher
Method: GET Response: The response contains a list of product splits with their configurations.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Successfully retrieved product splits checklist

all
object[]
defaultset
object[]