---
title: "Get push subscriptions (deprecated)"
method: GET
path: "/profiles/subscriptions"
tags: ["Profile Subscriptions"]
deprecated: true
---

# Get push subscriptions (deprecated)

`GET /profiles/subscriptions`

> **Deprecated.**

Returns browser push notification subscriptions for the authenticated user.
**This endpoint is deprecated and no longer actively used.**

## Response `200`

List of subscriptions

- object
  - `ok` boolean
  - `data` object[]
    - `user` string, required
    - `endpoint` string, uri, required — Push notification endpoint URL
    - `p256dh` string, required — P-256 ECDH public key
    - `auth` string, required — Authentication secret

## Other responses

- `401` — Unauthorized - authentication required
- `500` — Internal server error

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
