The
/user/{userId}/artists
endpoint allows users to retrieve the list of artists associated with a specific user identified by their unique userId.
Method:GET Path Parameter:
Parameter | Type | Description |
---|---|---|
userId | string | The unique identifier of the user. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | User ID |
Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
stats | string | query | ā | Include statistics data |
Responses
ā 200 - Success with Stats
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
User
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
User ID
Query Parameters
Include statistics data