Insights
Insights about 'Await Final Configuration'.
API Endpoint: Release Device from Await Configuration
<https://developer.apple.com/documentation/devicemanagement/release_device_from_await_configuration>POST /v1/devices/{device_id}/release
Host: api.apple.com
Authorization: Bearer {authorization_token}
Content-Type: application/json
{
"device_id": "12345-ABCDE",
"release_type": "final"
}Last updated
Was this helpful?