cURL
curl --request GET \ --url https://mock-api.cevro.ai/v1/game-providers \ --header 'Authorization: Bearer <token>'
{ "providers": [ { "id": "<string>", "name": "<string>", "type": "slots" } ] }
API Bearer token. For this demo, any non-empty string is accepted.
List of game providers
Show child attributes