---
title: "Update Subscription Price"
method: PATCH
path: "/api/{account}/settings/subscription-price"
tags: ["Settings"]
---

# Update Subscription Price

`PATCH /api/{account}/settings/subscription-price`

Update the account subscription price. Send `0` or `"free"` to make the account free. ⚠️ WARNING! OnlyFans limits updating the subscription price to max. 3 times per day.

## Request body

- object
  - `price` string, required — The new subscription price. Accepts `0`, `"free"`, or a number between 4.99 and 200.

## Response `200`

Success

- object
  - `data` object
    - `success` 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/versions/4a99d36f28a3/schema)
