---
title: "createFeedItemLike"
method: POST
path: "/feed-items/{feed_item}/likes"
tags: ["Like"]
---

# createFeedItemLike

`POST /feed-items/{feed_item}/likes`

Create a Like for the specified Feed Item

## Path parameters

- `feed_item` integer, required

## Request body

- LikeFillable
  - `member_id` integer — Primary identifier of associated Member
  - `likeable_id` integer, nullable — Primary identifier of the Entity for which the Like was created
  - `likeable_type` string, nullable — Type of the Entity for which the Like was created

## Response `200`

Success

- Like
  - `id` integer — Primary identifier of record
  - `member_id` integer — Primary identifier of associated Member
  - `liker_name` string — The full name of the Member who made the Like
  - `likeable_id` integer, nullable — Primary identifier of the Entity for which the Like was created
  - `likeable_type` string, nullable — Type of the Entity for which the Like was created
  - `created_at` string, date-time — Date/time of initial record creation
  - `updated_at` string, date-time — Date/time of last record update

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Feed Item not found

---

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