Skip to main content
GET
/
game-providers
Get all active game providers
curl --request GET \
  --url https://mock-api.cevro.ai/v1/game-providers \
  --header 'Authorization: Bearer <token>'
{
  "providers": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "slots"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

List of game providers

providers
object[]