---
title: "List push subscriptions"
method: GET
path: "/users/@me/push/subscriptions"
tags: ["Users"]
---

# List push subscriptions

`GET /users/@me/push/subscriptions`

Retrieves all push notification subscriptions for the current user, including subscription IDs and user agent information for each subscription.

## Response `200`

Success

- PushSubscriptionsListResponse
  - `subscriptions` object[], required — Array of push notification subscriptions
    - `subscription_id` string, required — The unique identifier for the push subscription
    - `user_agent` string, nullable, required — The user agent that created this subscription

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `401` — Unauthorized - Authentication is required or the token is invalid
- `403` — Forbidden - You do not have permission to perform this action
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluxer/fluxer-api/revisions/d9c706133cc5/schema)
