---
title: "Get Subscription History"
method: GET
path: "/api/{account}/fans/{user_id}/subscriptions-history"
tags: ["Fans"]
---

# Get Subscription History

`GET /api/{account}/fans/{user_id}/subscriptions-history`

Get Subscription History for a given OnlyFans User ID. This can be useful, for example, when the user's subscribed to your account for the first time.

## Response `200`

- object
  - `data` object
    - `list` object[]
      - `subscribeDate` string
      - `expireDate` string
      - `price` number
    - `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` 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/versions/4a99d36f28a3/schema)
