---
title: "Retrieve an app push notification."
method: GET
path: "/mobile_push/{id}"
tags: ["Push Notification"]
---

# Retrieve an app push notification.

`GET /mobile_push/{id}`

Retrieve details of app push notification by it's unique ID.

## Path parameters

- `id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `id` string — The unique ID of the resource.
  - `app_name` string — Application name.
  - `enabled` boolean — Enabled this notification or not.
  - `mode` 'PRODUCTION' | 'DEVELOPMENT' — Connect to Apple/Google development push server or production push server: - `PRODUCTION`: Connect to Apple/Google production push server. - `DEVELOPMENT`: Connect to Apple/Google development push server.
  - `android_service_account` string — The Firebase Cloud Messaging service account JSON file.
  - `ios_certificate` string — Content of this APNs SSL certificate key file.
  - `ios_private_key` string — Content of this APNs SSL private key file.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
