Retrieve Sub-accounts
GET/sub-account
Retrieves all sub-accounts associated with the parent account. The response is paginated with a default limit of 1000 sub-accounts per page and an offset of 0.
Request
Responses
- 200
- 400
- 500
Successfully retrieved all sub-accounts associated with the parent account.
Bad Request. The limit and/or offset query parameter are invalid.
An unexpected internal error occurred.