latestOpenAPI 3.0.12026-08-16171142480.4 KB
ff1699330afa
Account API
Get all accounts with their copiers, risk limits and features populated in a single call
Returns the same accounts as GET /accounts, but each AccountDTO has its copiers, riskLimits and features collections populated.
get/rest/api/v1/accounts/configurationSummary
Query parameters
accountTypeIdinteger
Filter by account type ID
loginServerstring
Filter by login server (case-insensitive partial match)
loginAccountNumberstring
Filter by login account number (case-insensitive partial match)
aliasstring
Filter by account alias (case-insensitive partial match)
regionIdinteger
Filter by region ID
accountStatusIdinteger
Filter by account status ID
limitinteger
Maximum number of accounts to return
offsetinteger
Number of accounts to skip for pagination
Response
OK
Example response
[
{
"callbackUrl": "https://example.com/webhook/account-created"
}
]