---
title: "Gets the corresponding metadata for the specified notification"
method: GET
path: "/v2/push-notifications/metadata"
tags: ["Metadata", "Notifications"]
---

# Gets the corresponding metadata for the specified notification

`GET /v2/push-notifications/metadata`

## Query parameters

- `notificationToken` string, required
- `notificationId` string, uuid, required

## Response `200`

OK

- RobloxApiNotificationsModelsGetMetadataResponseModel
  - `metadata` RobloxApiNotificationsModelsPushNotificationClientMetadata
    - `notificationId` string, uuid — Id for the push client notification
    - `type` string — Type of the push client notification
    - `detail` unknown
    - `fallbackDelivered` boolean — Is fallback delivered for the notification metadata
  - `statusMessage` string — Message for the success response

## Other responses

- `401` — 0: Authorization has been denied for this request.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
