List all user addresses
Returns a list of your user addresses.
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Consolidated page parameter (deepObject style). Originally: page[size], page[number]
Consolidated filter parameter (deepObject style). Originally: filter[customer_reference][eq], filter[customer_reference][contains], filter[street_address][contains]
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:
-
street_address: sorts the result by thestreet_addressfield in ascending order. -
-street_address: sorts the result by thestreet_addressfield in descending order.
If not given, results are sorted by
created_at in descending order.created_at, first_name, last_name, business_name, street_address "street_address"