APNs Resource

Provides APNs management functions.

GET /{tenantGuid}/api/v1/apnscert

Available Since:
12.18.0

Get the APNs certificate status.

Samples

Sample 1 response body

 
 {
    "status": "VALID",
    "expiryDate": "12-Mar-2027 13:00:00",
    "serialNumber": "e1cbe4fe05d29c0",
    "subject": "C=CA,CN=APSP:6b71fbac-932f-4d40-987a-f23982c2b9e2,UID=com.apple.mgmt.External.6f61fcec-932f-4180-606a-f94b83c0962b"
 }
 
 

Sample 2 response body

 
 {
    "status": "EXPIRED",
    "expiryDate": "15-Jan-2023 10:45:21",
    "serialNumber": "625.AP35792.v27",
    "subject": "C=CA,CN=APSP:0a7efbbc-932f-4d41-98b0-3da782d0192f,UID=com.apple.mgmt.External.6f51fdec-e825-42c3-b72a-ee4375c07695"
 }
 
 

Sample 3 response body

 
 {
    "status": "NOT_INSTALLED",
    "expiryDate": null,
    "serialNumber": null,
    "subject": null
 }
 
 

Response Codes
Code Condition Data type
200 OK.
Response Body
Media type Data type Description
application/vnd.blackberry.apnscert-v1+json APNs status (JSON)