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

Description

artist//splits/ Description: Retrieves default splits for a specific artist and split type. Authorization:
  • Required role: user or higher
Method: GET Path Parameters:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Artist ID

type
string
required

Type of splits to retrieve

Response

Success

message
string
Example:

"Successful"

result
object[]