---
title: "Create Comment Like"
method: POST
path: "/communities/spaces/posts/comments/{comment_id}/likes"
tags: ["Communities::Spaces::Post::Comment::Like"]
---

# Create Comment Like

`POST /communities/spaces/posts/comments/{comment_id}/likes`

Like a comment. The `contact_id` is optional and defaults to the connected user's own contact.

## Path parameters

- `comment_id` integer, required

## Request body

- object
  - `communities_spaces_posts_comments_like` CommunitiesSpacesPostsCommentsLikeParameters — Communities::Spaces::Post::Comment::Like
    - `contact_id` integer, nullable — ID of the Contact to record the like for. Optional — defaults to the connected user's own contact.

## Response `201`

Created

- CommunitiesSpacesPostsCommentsLikeAttributes — Communities::Spaces::Post::Comment::Like
  - `id` integer — Like ID
  - `public_id` string, nullable — Like public ID
  - `comment_id` integer — ID of the Comment that was liked
  - `contact` object, nullable — Short representation of the Contact who liked the comment, or null if the contact has been deleted
    - `id` integer — Contact ID
    - `public_id` string — Contact public ID
    - `email_address` string, nullable — Contact email address
    - `first_name` string, nullable — Contact first name
    - `last_name` string, nullable — Contact last name
    - `phone_number` string, nullable — Contact phone number
  - `created_at` string, date-time, nullable — Created at
  - `updated_at` string, date-time, nullable — Updated at

## Other responses

- `401` — Unauthorized

---

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