---
title: "Follow a webchannel"
method: PUT
path: "/user/follows/webchannels/{webchannel_id}"
tags: ["followed webchannels"]
---

# Follow a webchannel

`PUT /user/follows/webchannels/{webchannel_id}`

## Response `200`

this webchannel is now followed

- WebchannelFollow
  - `webchannel_id` integer
  - `_embedded` object
    - `webchannel` Webchannel

## Other responses

- `404` — this webchannel does not exist

---

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