Sub-Accounts
List de-allocations (admin)
Fetch every de-allocation across all sub-accounts of a parent organisation.
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.
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/api/sandbox/v1/de-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 } ]}