Hypetech Parceiros
InícioHypetech Games
InícioHypetech Games
  1. Acessing games
  • Overview
  • About Hypetech API
  • Mandatory validation rules
  • Setup Webhook
  • Signature Verification
  • Error Handling
  • APIs
    • Webhook
      • Register Bet
      • Register Win
      • Rollback
      • Balance
    • Sessions
      • Session Transactions
      • Active Sessions
    • Acessing games
      • Get Game List
        POST
      • Get Game URL
        POST
    • Promotional
      • Free bet
        • Redeem Free Bet
  • Esquemas
    • Bet placing response
  1. Acessing games

Get Game List

POST
/games/activated
Use this endpoint to obtain the list of available games and their information.

Requisição

Authorization
JWT Bearer
Adicionar o parâmetro
Authorization
a Cabeçalhos
Exemplo:
Authorization: ********************
or

Respostas

🟢200List of available games
application/json
Body

🟠401Not authorized
🔴500Internal server error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://player.api.hypetech.games/games/activated' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Exemplo 1
{
    "id": "string",
    "name": "string",
    "slug": "string",
    "image_url": "string"
}
Modificado em 2025-08-06 15:44:45
Página anterior
Active Sessions
Próxima página
Get Game URL