v1
latestOpenAPI 3.0.02026-07-176311.9 KBRetrieve 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.
Example response
{
"topic": "com.apple.mgmt.External.e3b8ceac-1f18-2c8e-8a63-dd17d99435d9",
"not_after": "2026-01-07T04:04:46Z"
}