Skip to main content

List SIM card data usage notifications

GET 
/sim_card_data_usage_notifications

Lists a paginated collection of SIM card data usage notifications. It enables exploring the collection using specific 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[sim_card_id] uuid

    A valid SIM card ID.

Responses

200: Successful response

default: Unexpected error

Loading...