Event Status
Retrieve the status of an asynchronous event.
URL
GET https://vpp.itunes.apple.com/mdm/v2/statusQuery Parameters
| Name | Type | Description |
|---|---|---|
eventId Optional | string | The unique identifier for the asynchronous event. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | StatusResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | The provided token is invalid. It may either be missing or expired. |
| 500 | Internal Server Error Content-Type: application/json | ErrorResponse | An internal server error occurred. Try again later. |