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

filter
object

Consolidated filter parameter for SIM cards (deepObject style). Originally: filter[iccid], filter[msisdn], filter[status], filter[tags]

page
object

Consolidated pagination parameter (deepObject style). Originally: page[number], page[size]

include_sim_card_group
boolean
default:false

It includes the associated SIM card group object in the response when present.

Example:

true

filter[sim_card_group_id]
string<uuid>

A valid SIM card group ID.

Example:

"47a1c2b0-cc7b-4ab1-bb98-b33fb0fc61b9"

sort
enum<string>

Sorts SIM cards by the given field. Defaults to ascending order unless field is prefixed with a minus sign.

Available options:
current_billing_period_consumed_data.amount,
-current_billing_period_consumed_data.amount

Response

Successful response

data
SIMCard · object[]
meta
object