Skip to main content
GET
List sub-accounts
Returns a paginated list of subaccounts sorted by creation date, most recently created first.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json

Parameters

Request

cURL

Response Example

Success Response (200 OK)
Pagination: The response includes pagination metadata at the root level:
  • total - Total number of sub-accounts matching the filter
  • page - Current page number
  • size - Number of results per page

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

Response

200 - application/json

List of sub-accounts

sub_accounts
object[]
required
total
integer
required
page
integer
required
size
integer
required