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

Description

Authorization:
  • Required role: user or higher
Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

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

Query Parameters

startDate
string<date>

Filter artists created from this date (inclusive)

endDate
string<date>

Filter artists created to this date (inclusive)

label
string

Filter by artist label name

Response

Success

message
string
Example:

"success"

summary
object