Skip to main content

Get artist

GET 

/api/artist/:artistId

Get artist by id

Request

Path Parameters

    artistId integerrequired

    ID of the artist

Responses

OK

Schema

    type string
    id integer
    name string
    image string
    created_at string
Loading...