Skip to main content
GET
Export sub accounts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Search by sub account name, unique ID, email, or phone.

Maximum string length: 255
sort
enum<string>
default:created_on

Sort field.

Available options:
created_on,
company_name,
name,
unique_identification_number,
pay_terms
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
per_page
integer
default:25

Accepted for parity with the list filter, but exports all matching rows.

Required range: 1 <= x <= 100

Response

CSV export returned.

The response is of type string.

Last modified on July 20, 2026