Skip to main content
GET
List Connected Accounts

Authorizations

x-auth-token
string
header
required

The API token for login provided by UQPay.

Query Parameters

page_size
integer
required

The maximum number of items to return per page. This number can be between 10 - 100, and will default to 10

Required range: x >= 1
Example:

10

page_number
integer
required

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 >= 1
Example:

1

Response

200 - application/json

OK - Successfully retrieved a list of accounts.

total_pages
integer

The total pages of available items.

Example:

1

total_items
integer

The total counts of available items.

Example:

10

data
(Company Account · object | Individual Account · object)[]

Information about the company account.