100HP
  1. 100HP Gaming API
100HP
  • 100HP API for partners v2.9.1
    • General
      • Overview
      • FAQ
        • Rollback and billing resolver general flow
        • HTTP status codes and custom error codes
        • IP Whitelisting
    • Integration
      • Preparation for integration
      • General API provision
    • 100HP Gaming API
      • Game list
        GET
      • Launch game url
        POST
      • Video replay
        GET
    • 100HP Game flow API
      • Player authorization
      • Get balance
      • Withdrawal money
      • Deposit money
      • Rollback money
    • Implementation Guide
      • YourCasino.js
      • Casino.js
      • TestCasino.js
      • DDL-example
        • mongodb.js
        • mysql.js
        • postgres.js
    • Testing
      • Automated Test Service
    • API INFO
      • API Changelog
  1. 100HP Gaming API

Video replay

GET
/replay
The method allows partner to get a video replay of the game round

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Go
PHP
Python
Request Request Example
Shell
JavaScript
Java
Go
curl -X GET 'https://<GAME_PROVIDER_URL>/replay?gameId=GAME123&txId=TX456&sessionId=SESSION789&secret=SECRET_KEY'

Responses

🟢200Success
application/json
Body

Example
{
    "url": "https://100hp.app/gamename/?replay=true&transactionId=228&customerId=YYY&gameId=PPP&partnerId=KKK"
}
🟠400Missing or invalid parameters
🔴500Internal Server Error
Modified at 2026-01-23 17:40:14
Previous
Launch game url
Next
100HP Game flow API
Built with