Get a list of master and investment accounts
Retrieve a list of master and investment accounts created on the B2COPY investment platform using this API method
Request
Name
Type
Required
Description
curl --location --request GET 'https://host.name/api/v2/b2copy/accounts' \
--header 'Authorization: Bearer <accesss_token>' \
--data-raw '{
"investment_platform_id": 1,
"account_number": "2121944013",
"email": "[email protected]",
"is_master": true,
"limit": 100,
"offset": 0,
"sort_by": "created_at",
"sort_order": "asc"
}'Response
PreviousAuthorization in the Back OfficeNextCreate a master or investment account using the existing MT account
Last updated
Was this helpful?

