---
title: "GET /v1/pushcert"
method: GET
path: "/v1/pushcert"
---

# GET /v1/pushcert

`GET /v1/pushcert`

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

## Query parameters

- `topic` string, required

## Response `200`

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

- PushCertResponse — APNs push certificate and key upload response.
  - `topic` string, required — The "topic" (UID attribute) from the uploaded APNs certificate.
  - `not_after` string, date-time, required — Expiration date of the uploaded APNs certificate.

## Other responses

- `400` — Missing or invalid topic query parameter.
- `401` — API key is missing or invalid.
- `500` — Server error retrieving or parsing the stored APNs certificate.

## Changes

> 9 revisions in range; 1 could not be searched.

- **2021-07-03** `d3af2176e7e6` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/micromdm/apis/nanomdm-api/changes/v1/pushcert/get.md)

---

[API](https://skmtc.dev/micromdm/apis/nanomdm-api.md) · [All operations](https://skmtc.dev/micromdm/apis/nanomdm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/micromdm/nanomdm-api/revisions/29fcd7c65bd8/schema)
