Skip to main content
GET
/
game-providers
/
{providerId}
/
games
Get games for a specific provider
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Bearer token. For this demo, any non-empty string is accepted.

Path Parameters

providerId
string
required

Response

List of games for the provider

provider_id
string
provider_name
string
games
object[]