Update a SIM card
Updates SIM card data
PATCH
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identifies the SIM.
Example:
"6a09cdc3-8948-47f0-aa62-74ac943d6c58"
Body
application/json
The group SIMCardGroup identification. This attribute can be null when it's present in an associated resource.
Example:
"6a09cdc3-8948-47f0-aa62-74ac943d6c58"
Searchable tags associated with the SIM card
Example:
["personal", "customers", "active-customers"]List of IMEIs authorized to use a given SIM card.
Example:
[
"106516771852751",
"534051870479563",
"508821468377961"
]The SIM card individual data limit configuration.
Response
Successful response
JavaScript