Skip to main content
POST
/
v1.0
/
sims
/
update-status
json
{
  "ICCID": "8901240397190195850",
  "MSISDN": "+11234567890",
  "SimStatus": "Active"
}
{
  "ICCID": "8901240397190195850",
  "SimStatus": "Active",
  "Successful": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
ICCID
string
required

The ICCID of the SIM card to update

Example:

"8901240397190195850"

MSISDN
string

The phone number (MSISDN) associated with the SIM

Example:

"+11234567890"

SimStatus
enum<string>

The new status to set for the SIM card

Available options:
Active,
Suspended,
Empty
Example:

"Active"

Response

200 - application/json

Success — returns the updated SIM status

The response is of type object.