Sub-Accounts

List your allocations

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

Fetch every allocation made by the organisation you are authenticated as.

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/sandbox/v1/allocations/allocations/org/all"
{  "status": 200,  "message": "SUCCESS",  "data": [    {      "status": "SUCCESS",      "requestId": "ade82d5a-4ab0-4d96-b855-b7f933336f97",      "amount": 20    }  ]}