Lists the accounts managed by the current user. Users need to be explictly approved by Telnyx in order to become manager accounts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Consolidated filter parameter (deepObject style). Originally: filter[email][contains], filter[email][eq], filter[organization_name][contains], filter[organization_name][eq]
{
"email": { "contains": "john" },
"organization_name": { "eq": "Example Company LLC" }
}Consolidated page parameter (deepObject style). Originally: page[number], page[size]
Specifies the sort order for results. By default sorting direction is ascending. To have the results sorted in descending order add the - prefix.
That is:
email: sorts the result by the
email field in ascending order.
-email: sorts the result by the
email field in descending order.
created_at in descending order.created_at, email "email"
Specifies if cancelled accounts should be included in the results.
true