cURL
curl --request GET \ --url https://api.topmediai.com/v1/singers
{ "Singers": [ { "singer_name": "<string>", "singer_id": 123 } ] }
Gets a list of all available singers for us.
Successful Response
The response is of type object.
object