cURL
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" }
Get a specific account by its primary key (bookmaker, username).
Only returns account if it belongs to the authenticated client.
API key for authentication. Contact admin to obtain a key.
Account details