BetSolutions · Example Payload

Betsolutions Authenticateplayer Example

BettingCasinosGamingGamblingSlotsSports Betting

Betsolutions Authenticateplayer Example is an example object payload from BetSolutions, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "authenticatePlayer",
  "method": "GET",
  "path": "/wallet/auth",
  "summary": "BetSolutions Authenticate Player",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "AuthenticatePlayer200Example",
      "example": {
        "success": true,
        "token": "priv-token-xyz789",
        "playerId": "player-500123"
      }
    }
  ]
}