Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Identifies the SIM.

Example:

"6a09cdc3-8948-47f0-aa62-74ac943d6c58"

Body

application/json
status
object
sim_card_group_id
string<uuid>

The group SIMCardGroup identification. This attribute can be null when it's present in an associated resource.

Example:

"6a09cdc3-8948-47f0-aa62-74ac943d6c58"

tags
string[]

Searchable tags associated with the SIM card

Example:
authorized_imeis
string[] | null

List of IMEIs authorized to use a given SIM card.

Example:
data_limit
object

The SIM card individual data limit configuration.

Response

Successful response

data
SIMCard · object