Get List of Subaccounts
Gets a list of subaccounts in reverse chronological order up to the provided limit
number of subaccounts per call.
Pagination is supported by passing the first subaccount id
from a previous call into ending_before
to retrieve
the previous page, or the last subaccount id
from a previous call into starting_after
to retrieve the next page.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Limits the number of subaccounts returned, default is 20, max is 100
1 < x < 100
If specified, returns subaccounts created before (earlier than) the subaccount with this id, exclusive (subaccount with this id is not included). Only one of starting_after and ending_before can be specified.
If specified, returns subaccounts created after (later than) the order with this id, exclusive (subaccount with this id is not included). Only one of starting_after and ending_before can be specified.