---
title: "Like Post Comment"
method: POST
path: "/api/{account}/posts/{post_id}/comments/{comment_id}/like"
tags: ["Post Comments"]
---

# Like Post Comment

`POST /api/{account}/posts/{post_id}/comments/{comment_id}/like`

Like a comment on one of your posts.

## Response `200`

- object
  - `data` object
    - `success` boolean
    - `isLiked` boolean
    - `likesCount` integer
  - `_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.dev/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
