Round Info

The Bet Brothers platform requests the historical game graphic link for a given round ID from the Supplier.

post

Retrieve the historical game graphic link for a specific round ID.

Header parameters
X-REQUEST-SIGNstringRequired

HMAC-SHA256 signature of the request body using the shared password.

Body
provider_namestringRequired

Name of the supplier.

provider_idintegerRequired

Unique identifier of the supplier.

game_symbolstringRequired

Identifier of the game played in the round.

round_idstringRequired

Unique identifier of the round.

brand_idintegerRequired

Unique identifier of the brand on The Bet Brothers platform.

Responses
200

Historical game graphic link successfully retrieved.

application/json
post
POST /supplier_api/round/history-graphic HTTP/1.1
Host: 
X-REQUEST-SIGN: text
Content-Type: application/json
Accept: */*
Content-Length: 99

{
  "provider_name": "test",
  "provider_id": 19,
  "game_symbol": "MadMonkey",
  "round_id": "123",
  "brand_id": 100
}
{
  "status": "success",
  "url": "https://url.com"
}

Last updated