Skip to main content
GET
Get all default splits for an artist
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

artist//splits Description: Retrieves all default splits for a specific artist, grouped by split type. Authorization:
  • Required role: user or higher
Method: GET Path Parameter: Response Includes:
  • Split details including type, share, and associated tenant user information
  • Sorted by type (ascending) and creation date (newest first)

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Artist ID

Response

Success

message
string
Example:

"Successful"

result
object[]