v1

latestOpenAPI 3.0.02026-07-176311.9 KB

Retrieve the topic and expiry of the stored APNs push certificate.

get/v1/pushcert

Query parameters

topicstring required
Example:com.apple.mgmt.External.e3b8ceac-1f18-2c8e-8a63-dd17d99435d9

The APNs topic identifying which push certificate to retrieve.

Response

The topic and expiry of the stored APNs certificate are returned.

topicstring required

The "topic" (UID attribute) from the uploaded APNs certificate.

not_afterstring date-time required

Expiration date of the uploaded APNs certificate.

Example response

{
  "topic": "com.apple.mgmt.External.e3b8ceac-1f18-2c8e-8a63-dd17d99435d9",
  "not_after": "2026-01-07T04:04:46Z"
}
All 6 operations