Skip to main content
POST
Create new default splits for an artist
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

artist//splits Description: Creates new default splits for an artist. The total share of all splits must equal exactly 100%. Authorization:
  • Required role: admin or higher
Method: POST Path Parameter: Request Body:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Artist ID

Body

application/json
splits
object[]
Minimum array length: 1

Response

Splits created successfully

message
string
Example:

"Splits created successfully"

result
object[]