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

Description

/split/ Description: The /split/{splitId} endpoint retrieves the details of a specific split identified by their unique splitId. Authorization:
  • Required role: user or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Split ID

Query Parameters

includeCoverage
boolean
default:false

Include temporal coverage analysis for splits with date ranges

Response

Success

id
string<uuid>

The unique identifier of the split configuration

AssetId
string<uuid>

The unique identifier of the asset

ProductId
string<uuid>

The unique identifier of the product

name
string

The name or description of the revenue split

type
enum<string> | null

The type of revenue (e.g., Publishing, YouTube, Live)

Available options:
,
Publishing,
YouTube,
Live
startDate
string<date> | null

The start date of the split period (inclusive)

endDate
string<date> | null

The end date of the split period (exclusive)

SplitShares
object[]
conditions
object[]
contract
string | null
ContractId
string<uuid> | null
memo
string | null
Asset
object | null
Product
object | null
coverage
object

Temporal coverage analysis (included when includeCoverage=true)

createdAt
string<date-time>
updatedAt
string<date-time>