---
title: "Retrieve the details of a Push Notification"
method: GET
path: "/push-notifications/messages/{trackingId}"
---

# Retrieve the details of a Push Notification

`GET /push-notifications/messages/{trackingId}`

Retrieve the details of a Push Notification by trackingId.

## Path parameters

- `trackingId` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

200

- object
  - `trackingId` string
  - `implementationId` string
  - `serviceMessageId` string
  - `owner` object
    - `accountId` string
    - `applicationId` string
  - `statusInfo` object
    - `status` string
    - `date` string
  - `price` object
    - `cost` number
    - `currency` string
  - `statuses` object[]
    - `status` string
    - `date` string
  - `deviceToken` object
    - `type` string
    - `token` string
  - `body` object
    - `title` object
      - `en` string
    - `text` object
      - `en` string
    - `forceLocale` string
  - `imageUrl` string
  - `config` object
    - `type` string
    - `localizedTitle` string
    - `localizedText` string
    - `ttl` integer
  - `callbackUrl` string
  - `data` object
    - `key1` string
    - `key2` string
    - `key3` string
    - `key4` string
  - `createdAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
