Sub-Accounts

List allocations (admin)

GET
/api/sandbox/v1/allocations/org/all/admins

Fetch every allocation across all sub-accounts of a parent organisation. This is the parent's view — use it for oversight across the whole tree rather than one account's own activity.

Authorization

bearerAuth
AuthorizationBearer <token>

The access_token returned by POST /api/v1/get-token.

In: header

Query Parameters

parentOrganisationId*string

UUID of the parent organisation whose sub-account activity you are querying.

Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/api/sandbox/v1/allocations/org/all/admins?parentOrganisationId=4d6e1ea9-5ab8-496a-978f-7e9b2bce80c4"
{  "status": 200,  "message": "SUCCESS",  "data": [    {      "status": "SUCCESS",      "requestId": "ade82d5a-4ab0-4d96-b855-b7f933336f97",      "amount": 20    }  ]}