---
title: "Follow Forum"
method: POST
path: "/forums/{forum_id}/followers"
tags: ["Forums"]
---

# Follow Forum

`POST /forums/{forum_id}/followers`

Follow a forum.

Required scopes:
+ **post**

## Path parameters

- `forum_id` integer, required — Id of forum.

## Request body

- object
  - `post` boolean — Whether to receive notification for post.
  - `alert` boolean — Whether to receive notification as alert.
  - `email` boolean — Whether to receive notification as email.
  - `prefix_ids` integer[] — Prefix ids.
  - `minimal_contest_amount` integer — Minimal contest amount. (Only for 766 forumId)

## Response `200`

Successful Response.

- object
  - `status` string
  - `message` string
  - `system_info` RespSystemInfo
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.
- `404` — Not Found

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/revisions/3efcdbc40994/schema)
