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

Description

/checklist/assetsplits Retrieves information about assets and their split configurations. Response includes:
  • all: List of all asset IDs
  • defaultset: Assets 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 asset splits with their configurations.

Code Examples

Authorizations

Authorization
string
header
required

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

Response

Successfully retrieved asset splits checklist

all
object[]
defaultset
object[]