ApiartistGet all artistsGet all artists GET /api/artists Get all artists Request Responses200OKapplication/jsonSchemaExample (from schema)SchemaArray [type stringid integername stringimage stringcreated_at string][ { "type": "string", "id": 0, "name": "string", "image": "string", "created_at": "string" }]Loading...