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

# List Promotions

`GET /api/{account}/promotions`

List all promotions for the account.

## Query parameters

- `limit` integer — The number of promotions to return. Default `10`
- `offset` integer — The offset used for pagination. Default `0`

## Response `200`

- object
  - `data` object
    - `hasMore` boolean
    - `items` object[]
      - `id` integer
      - `message` string
      - `rawMessage` string
      - `hasRelatedPromo` boolean
      - `price` integer
      - `type` string
      - `canClaim` boolean
      - `claimsCount` integer
      - `subscribeCounts` integer
      - `subscribeDays` integer
      - `createdAt` string
      - `finishedAt` string
      - `isFinished` 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` string, nullable
      - `remaining_minute` integer
      - `remaining_day` string, nullable
      - `notice` string

---

[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)
