Skip to main content
POST
Add Artist to Label
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

labelId
string<uuid>
required

Body

application/json
artistId
string<uuid>
required
contractType
enum<string>
Available options:
recording,
publishing,
distribution,
admin
contractStartDate
string<date>
contractEndDate
string<date> | null
territories
string[]
exclusivity
enum<string>
default:non-exclusive
Available options:
exclusive,
non-exclusive

Response

Created

status
string
data
object