v1

latestOpenAPI 3.0.02026-07-176311.9 KB

Upload APNs certificate and private key.

put/v1/pushcert

Response

The topic and expiry of the 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"
}