cURL
curl --request PATCH \ --url https://v2.55-tech.com/accounts/{bookmaker}/{username} \ --header 'Content-Type: application/json' \ --header 'X-ABP-API-KEY: <api-key>' \ --data ' { "password": "<string>", "balance": 123, "active": true, "priority": 123, "maxStake": 123, "minStake": 123, "currencyId": "<string>", "meta": {} } '
{ "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" }
Update an existing account.
Only the account owner (client) can update their accounts.
API key for authentication. Contact admin to obtain a key.
Request body for updating an account.
Account updated successfully