List Connected Accounts
Accounts
List Connected Accounts
Returns a paginated list of sub-accounts linked to your master account. The list is empty if no sub-accounts have been created. See Connected Accounts for the master/sub-account model and the x-on-behalf-of pattern.
GET
List Connected Accounts
Documentation Index
Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The API token for login provided by UQPay.
Query Parameters
The maximum number of items to return per page. This number can be between 10 - 100, and will default to 10
Required range:
x >= 1Example:
10
The page number to retrieve the next set of items. The number has to be greater than 1, and will default to 1
Required range:
x >= 1Example:
1
Response
200 - application/json
OK - Successfully retrieved a list of accounts.

