---
title: "Get pending requests from other servers to feature this server's stream"
method: GET
path: "/admin/federation/feature-requests"
tags: ["Internal", "Admin", "Federation"]
---

# Get pending requests from other servers to feature this server's stream

`GET /admin/federation/feature-requests`

## Response `200`

List of pending feature requests

- object
  - `requests` Follower[]
    - `link` string — The IRI of the remote actor.
    - `name` string — The display name of the follower.
    - `username` string — The account username of the remote actor.
    - `image` string — The avatar image of the follower.
    - `timestamp` string — When this follow request was created.
    - `disabledAt` string — When this follower was rejected or disabled.

## Other responses

- `401` — Basic auth failure
- `default` — Unexpected error

## Changes

- **2026-06-16** `2b6d4c26907a` — 1 info
  - endpoint added
- **2021-09-23** `02fef72d775b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/owncast/apis/owncast-apis/changes/admin/federation/feature-requests/get.md)

---

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