---
title: "List Notifications"
method: GET
path: "/api/{account}/notifications"
tags: ["Notifications"]
---

# List Notifications

`GET /api/{account}/notifications`

List all notifications for the account

## Query parameters

- `type` 'all' | 'subscriptions' | 'onlyfans' | 'purchases' | 'tips' | 'tags' | 'comments' | 'mentions' | 'likes' | 'promotions' — Filter notifications by a specific type
- `limit` integer — The number of notifications. Default `10`
- `from_id` integer — Used for pagination. This value should be the ID of the previous response's last notification.
- `skip_users` 'all' | 'none' — Whether to skip user details. Default `all`

## Response `200`

Success

- object
  - `data` object
    - `list` object[]
      - `id` integer
      - `type` string
      - `createdAt` string
      - `isRead` boolean
      - `text` string
      - `replacePairs` object
        - `{SUBSCRIBER_LINK}` string
        - `{PRICE}` string
      - `subType` string
      - `canGoToProfile` boolean
      - `user` object
        - `id` integer
        - `_view` string
    - `hasMore` boolean
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
