lookup_mac_serial
Identify a Mac from its serial number: model, configuration, and year. Useful for checking what a seller's machine actually is before negotiating. Lookup is advisory and cannot verify condition, Activation Lock, or possession; a Macfax report can.
Parameters1
| serial | string | required | The Mac's serial number (11-12 alphanumeric characters). |
Raw schema
{
"type": "object",
"properties": {
"serial": {
"type": "string",
"description": "The Mac's serial number (11-12 alphanumeric characters)."
}
},
"required": [
"serial"
]
}