Get SIM Enable/Disable Status
GET https://link.monoz.io/api/v1/{Org-Id}/Sim/Enable/{ICCID}
Returns the status of IMEI lock, whether the SIM is currently locked to the device or not.Args
URL Path ICCID
The ICCID of the SIM for which the enabled status is to be retrieved.
Response
200Success FetchSuccess
200
Response Body
Error boolean
Indicates if there was an error.
Message string
Message indicating the result of the operation.
StatusCode integer
HTTP status code of the response.
Data object
Contains the enabled status of the SIM.
Enabled boolean
Indicates whether the SIM is enabled or disabled.
401
404
500