English
cURL
curl --request GET \ --url https://staging-api.bullring.finance/v1/ramp/subaccount \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "47a79c3d-9a2b-4998-898b-8eb7fad01526", "email": "[email protected]" }, { "id": "cd9a2eb1-aeee-4c91-a3d4-87d3ff4f2e7b", "email": "[email protected]" } ], "meta": { "page": 1, "limit": 10, "total": 2 } }
Retrieves a paginated list of all subaccounts associated with the authenticated parent merchant.
Number of items per page
Page number for pagination
List of subaccounts.
Show child attributes