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