Provides APNs management functions.
Get the APNs certificate status.
{
"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"
}
{
"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"
}
{
"status": "NOT_INSTALLED",
"expiryDate": null,
"serialNumber": null,
"subject": null
}
Code | Condition | Data type |
---|---|---|
200 | OK. |
|
Media type | Data type | Description |
---|---|---|
application/vnd.blackberry.apnscert-v1+json | APNs status (JSON) |