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": {
    "record_type": "device_details",
    "imei": "457032284023794",
    "model_name": "iPad Pro 11 2020 Cellular",
    "brand_name": "Apple",
    "device_type": "Tablet",
    "operating_system": "iOS 12"
  }
}

Changes

Changed in 3 of the 99 revisions of this API.3

    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ▲

      the // response's property type changed from integer to string, and format from int32 to no format for status

      response-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 // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 99 revisions, 1 has no diff computed.