---
title: "GET /v1/push/{id*}"
method: GET
path: "/v1/push/{id*}"
---

# GET /v1/push/{id*}

`GET /v1/push/{id*}`

Send APNs push notifications to MDM enrollments

## Path parameters

- `id*` string[], required

## Response `200`

All requests succeeded. Returns JSON API response object.

- APIResult
  - `no_push` boolean
  - `push_error` string
  - `command_error` string
  - `command_uuid` string, uuid
  - `request_type` string
  - `status` object
    - `$id` object
      - `push_error` string
      - `push_result` string, uuid — Push UUID from Apple Push Notification service servers.
      - `command_error` string

## Other responses

- `207` — Some requests succeeded and some failed. Returns JSON API response object including errors.
- `401` — API key is missing or invalid.
- `500` — All requests failed. Returns JSON API response object including errors.

## Changes

> 9 revisions in range; 1 could not be searched.

- **2022-05-07** `b09a1ed2de01` — 2 info
  - added the non-success response with the status `500`
  - added the success response with the status `207`
- **2021-07-03** `d3af2176e7e6` — 1 breaking, 1 info
  - removed the success response with the status `207`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/micromdm/apis/nanomdm-api/changes/v1/push/:id*/get.md)

---

[API](https://skmtc.dev/micromdm/apis/nanomdm-api.md) · [All operations](https://skmtc.dev/micromdm/apis/nanomdm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/micromdm/nanomdm-api/revisions/29fcd7c65bd8/schema)
