GET
/
v1
/
singers
curl --request GET \
  --url https://api.topmediai.com/v1/singers
{
  "Singers": [
    {
      "singer_name": "<string>",
      "singer_id": 123
    }
  ]
}

Headers

x-api-key
string

Response

200
application/json
Successful Response
Singers
object[]