cURL
curl --request GET \ --url https://mock-api.cevro.ai/v1/game-providers \ --header 'Authorization: Bearer <token>'
{ "providers": [ { "id": "<string>", "name": "<string>", "type": "slots" } ] }
Documentation IndexFetch the complete documentation index at: https://setup.cevro.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://setup.cevro.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Bearer token. For this demo, any non-empty string is accepted.
List of game providers
Show child attributes
Was this page helpful?