Skip to main content

Get all artists

GET 

/api/artists

Get all artists

Request

Responses

OK

Schema

  • Array [

  • type string
    id integer
    name string
    image string
    created_at string
  • ]

Loading...