Get all traffic policy profiles
Get all traffic policy profiles belonging to the user that match the given filters.
GET
JavaScript
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
The page number to load.
Required range:
x >= 1The size of the page.
Required range:
1 <= x <= 250Filter by traffic policy profile type.
Available options:
whitelist, blacklist, throttling Filter by service ID.
Sorts traffic policy profiles by the given field. Defaults to ascending order unless field is prefixed with a minus sign.
Available options:
service, -service, type, -type JavaScript