Get all SIM card groups
Get all SIM card groups 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 <= 250A valid SIM card group name.
Example:
"My Test Group"
A Private Wireless Gateway ID associated with the group.
Example:
"7606c6d3-ff7c-49c1-943d-68879e9d584d"
A Wireless Blocklist ID associated with the group.
Example:
"0f3f490e-c4d3-4cf5-838a-9970f10ee259"
JavaScript