Skip to main content
GET
Get User Artists
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/user//artists Description: The /user/{userId}/artists endpoint allows users to retrieve the list of artists associated with a specific user identified by their unique userId. Authorization:
  • Own resource: any authenticated user (self-access)
  • Other resources: admin or higher
Method: GET Path Parameter:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

User ID

Query Parameters

stats
string

Include statistics data

Response

Success with Stats

id
string
artistName
string
assets
integer
products
integer
count
integer
royalty
number