---
title: "Gets the current device destination"
method: GET
path: "/v2/push-notifications/get-current-device-destination"
tags: ["Metadata", "Notifications"]
---

# Gets the current device destination

`GET /v2/push-notifications/get-current-device-destination`

## Response `200`

OK

- RobloxApiNotificationsModelsGetCurrentPushDestinationResponseModel
  - `destination` RobloxApiNotificationsModelsUserPushDestination
    - `user` RobloxApiNotificationsModelsNotificationUser
      - `name` string — Name of the user
      - `userId` integer — Id of the user
    - `name` string — Name of the destination
    - `notificationToken` string — Token for the corresponding notification
    - `supportsUpdateNotifications` boolean — Is Update notification feature supported
    - `userPushNotificationDestinationId` integer — Destination Id for the push notification
    - `application` string — application for the corresponding notification Example : "Roblox"
    - `platform` 'ChromeOnDesktop' | 'AndroidNative' | 'FirefoxOnDesktop' | 'IOSNative' | 'AndroidAmazon' | 'IOSTencent' | 'AndroidTencentService' | 'IOSPushKit' — Platform for the corresponding notification ['ChromeOnDesktop' = 0, 'AndroidNative' = 1, 'FirefoxOnDesktop' = 2, 'IOSNative' = 3, 'AndroidAmazon' = 4, 'IOSTencent' = 5, 'AndroidTencentService' = 6, 'IOSPushKit' = 7]
  - `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)
