---
title: "Cause a user to like a video"
method: PUT
path: "/me/likes/{video_id}"
tags: ["Likes\\Essentials"]
---

# Cause a user to like a video

`PUT /me/likes/{video_id}`

This method checks if the specified user has liked a particular video.

## Path parameters

- `video_id` number, required

## Response `204`

The video was liked.

## Other responses

- `400` — The authenticated user owns the video.
- `403` — The authenticated user can't like videos.

---

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