欢迎访问“苹果开发者证书管理平台”接口文档,演示接口地址默认为中国接口,更多地区接口请联系平台管理员获取。
curl --location --request POST 'http://api-cer.jfkjtg.com/api/v2/query_devices' \
--header 'ApiEmail;' \
--header 'ApiToken;' \
--form 'udid=""'
{
"code": 200,
"status": true,
"message": "查询成功",
"error": null,
"data": [
{
"id": "2B4****3J3",
"device_id": "2B4****3J3",
"name": null,
"device": "adc1**********************d7b2",
"product": null,
"product_name": null,
"note": null,
"level": null,
"is_active": true,
"is_replenish": null,
"is_processing": false,
"apple_id": null,
"p12": "MIIMYA...",
"mobileprovision": "MII3aQYJ...",
"password": "1",
"create_at": "2024-12-13 11:02:17",
"expire_at": "2025-12-13 11:02:17",
"update_at": "2024-12-13 11:02:17",
"status": "ENABLED",
"api_source": "default"
}
]
}