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

Description

artist/ Description: The /artist/{id} endpoint retrieves detailed information about a specific artist identified by their unique ID. Authorization:
  • Required role: user 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

Artist ID

Response

Success

message
string
artist
object