Get all outbound voice profiles belonging to the user that match the given filters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Consolidated page parameter (deepObject style). Originally: page[size], page[number]
Consolidated filter parameter (deepObject style). Originally: filter[name][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:
name: sorts the result by the
name field in ascending order.
-name: sorts the result by the
name field in descending order.
enabled, -enabled, created_at, -created_at, name, -name, service_plan, -service_plan, traffic_type, -traffic_type, usage_payment_method, -usage_payment_method "name"