Skip to main content

Get all SIM card groups

GET 
/sim_card_groups

Get all SIM card groups belonging to the user that match the given filters.

Request

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load.

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page.

    filter[name] uuid

    A valid SIM card group name.

    filter[private_wireless_gateway_id] uuid

    A Private Wireless Gateway ID associated with the group.

Responses

200: Successful response

default: Unexpected error

Loading...