Skip to main content
GET
Get Split Summary
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Get Split Summary The Get Split Summary endpoint returns aggregated split statistics for the tenant. Method: GET Response Data: Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

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

Query Parameters

startDate
string<date>

Filter splits created from this date (inclusive)

endDate
string<date>

Filter splits created to this date (inclusive)

type
enum<string>

Filter by split type

Available options:
Default,
Publishing,
YouTube,
Live

Response

Success

message
string
Example:

"success"

summary
object