Retrieves default splits for a specific artist and split type. Method:
GET
Path Parameters:
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier of the artist. |
type | string | The type of splits to retrieve (e.g., ‘default’, ‘mechanical’, etc.) |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ✅ | Artist ID |
type | string | path | ✅ | Type of splits to retrieve |
Responses
✅ 200 - Success
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
Artist
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"