v1

latestOpenAPI 3.0.02026-07-176311.9 KB

Send APNs push notifications to MDM enrollments

get/v1/push/{id*}

Path parameters

id*string[] required

Enrollment ID(s) of device- or user-channel enrollments. Typically a UUID-looking identifier.

[
  "299BD49-1A0C-422C-B285-2E4FF087C673",
  "E2E4A8EB-45EE-488D-B9D7-4CC3B1C40699"
]

Response

All requests succeeded. Returns JSON API response object.

no_pushboolean
push_errorstring
command_errorstring
command_uuidstring uuid
request_typestring

Example response

{
  "command_uuid": "c7fc0872-f22f-4823-8ae0-f3d0174fb48a",
  "status": {
    "$id": {
      "push_result": "6E14E52F-7F07-42C7-8367-4D81441DC85F"
    }
  }
}