Skip to main content
GET
/
accounts
/
{bookmaker}
/
{username}
Get account by key
curl --request GET \
  --url https://v2.55-tech.com/accounts/{bookmaker}/{username} \
  --header 'X-ABP-API-KEY: <api-key>'
{
  "bookmaker": "pinnacle",
  "username": "my_account",
  "client": "demo",
  "password": "***",
  "balance": 1000,
  "active": true,
  "priority": 10,
  "maxStake": 500,
  "minStake": 1,
  "currencyId": "USD",
  "verifyBetslip": false,
  "meta": {
    "affiliate": "xyz"
  },
  "createdAt": "2026-01-01T00:00:00Z",
  "updatedAt": "2026-01-15T12:00:00Z"
}

Authorizations

X-ABP-API-KEY
string
header
required

API key for authentication. Contact admin to obtain a key.

Path Parameters

bookmaker
string
required
username
string
required

Response

Account details