Br Bridge

Histórico do canal

GET
/api/games/{game}/history

Retorna apenas o array de histórico de resultados de um canal de jogo.

Authorization

bridgeApiKey
x-api-key<token>

Bridge user API key

In: header

Path Parameters

game*string

Canal do jogo (ex: evolution.bacbo)

Response Body

application/json

application/json

curl -X get "https://bridge.brbet.partners/api/games/string/history"
{
  "channel": "string",
  "history": [
    {
      "_id": "string",
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ],
  "count": 0
}
{
  "error": "string",
  "channel": "string"
}