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"
}
}Changes
Changed in 2 of the 61 revisions of this API.2
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲