---
title: "Follow a channel"
method: POST
path: "/v2/farcaster/channel/follow/"
tags: ["Channel"]
---

# Follow a channel

`POST /v2/farcaster/channel/follow/`

Follow a channel

## Request body

- ChannelFollowReqBody
  - `channel_id` string, required — The unique identifier of a farcaster channel
  - `signer_uuid` string, required — UUID of the signer. `signer_uuid` is paired with API key, can't use a `uuid` made with a different API key.

## Response `200`

Success

- OperationResponse
  - `message` string
  - `success` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found
- `500` — Server Error
- `502` — Bad Gateway

---

[API](https://skmtc.dev/neynar/apis/neynar-api.md) · [All operations](https://skmtc.dev/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neynar/neynar-api/revisions/dbb91bfb0d1a/schema)
