---
title: "Set the following state of a follower or follow request"
method: POST
path: "/admin/followers/approve"
tags: ["Internal", "Admin", "Social"]
---

# Set the following state of a follower or follow request

`POST /admin/followers/approve`

## Request body

- object
  - `actorIRI` string
  - `approved` boolean

## Response `200`

List of rejected or blocked follows

- BaseAPIResponse — Simple API response
  - `message` string
  - `success` boolean

## Other responses

- `400` — Bad request
- `401` — Basic auth failure
- `default` — Unexpected error

---

[API](https://skmtc.net/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.net/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/owncast/owncast-apis/versions/dc1c42f7f8f6/schema)
