cURL
curl --request GET \ --url https://api.example.com/sub-accounts/{reference}
{ "success": true, "message": "Operation Successful", "data": { "id": 5, "userId": 1, "businessId": "9689c9df-a313-4c5b-b71a-056c89b90978", "reference": "n2gne6jy1lo31ynt", "email": "example@gmail.com", "generatedEmail": "sub-n2gne6jy1lo31ynt-example@gmail.com", "quidaxSubAccountId": "irnwept4cx", "active": 1, "deletedAt": null, "createdAt": "2026-03-21T20:07:33.000+01:00", "updatedAt": "2026-03-24T20:07:33.000+01:00" }, "meta": { "timestamp": "2023-11-07T05:31:56Z" } }
Retrieve detailed information about a specific sub-account by its reference ID.
Unique reference of the sub-account
"vl035tap5ocfofjb"
Sub-account details retrieved successfully
true
"Operation Successful"
Show child attributes