Hi,
We are using this API to get model names of MacBooks from their BIOS serial numbers.
We were using the API in the following way, https://support-sp.apple.com/sp/product?cc=ssn_digits
Here replace the 'ssn_digits' with the last three digits of the serial number if the serial number is 11 digits long else replace it with the last 4 digits of the serial number.
But this API seems to no longer be working for newer MacBooks. Is this API not supported anymore? Are there any other alternatives to get the same functionality? If not is there a way to get the model name from the model identifier (like 'MacBook Pro (13-inch, M2, 2022)' from 'Mac14,7')?
Any help will be appreciated.