SIM Cards
Get SIM card device details
It returns the device details where a SIM card is currently being used.
get/sim_cards/{id}/device_details
Path parameters
idstring uuid required
Example:6a09cdc3-8948-47f0-aa62-74ac943d6c58
Identifies the SIM.
Response
Successful response
Example response
{
"data": {
"brand_name": "Apple",
"device_type": "Tablet",
"imei": "457032284023794",
"model_name": "iPad Pro 11 2020 Cellular",
"operating_system": "iOS 12",
"record_type": "device_details"
}
}