Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page[number]
integer
default:1

The page number to load.

Required range: x >= 1
page[size]
integer
default:20

The size of the page.

Required range: 1 <= x <= 250
filter[name]
string

A valid SIM card group name.

Example:

"My Test Group"

filter[private_wireless_gateway_id]
string<uuid>

A Private Wireless Gateway ID associated with the group.

Example:

"7606c6d3-ff7c-49c1-943d-68879e9d584d"

filter[wireless_blocklist_id]
string<uuid>

A Wireless Blocklist ID associated with the group.

Example:

"0f3f490e-c4d3-4cf5-838a-9970f10ee259"

Response

Successful Response

data
SIMCardGroup · object[]
meta
object