---
title: "Refresh global feed data"
method: POST
path: "/api/broadcasts.refreshGlobalFeed"
---

# Refresh global feed data

`POST /api/broadcasts.refreshGlobalFeed`

Fetches fresh data from the configured global feed URL and stores it in the broadcast.
The global feed must be enabled for the broadcast before calling this endpoint.

## Request body

- RefreshGlobalFeedRequest
  - `workspace_id` string, required — The ID of the workspace
  - `broadcast_id` string, required — ID of the broadcast
  - `url` string, uri, required — The feed URL to fetch data from
  - `headers` DataFeedHeader[] — Optional custom headers to send with the request
    - `name` string, required — HTTP header name
    - `value` string, required — HTTP header value

## Response `200`

Global feed data refreshed successfully

- RefreshGlobalFeedResponse
  - `success` boolean — Whether the refresh was successful
  - `data` object — The fetched data from the global feed
  - `fetched_at` string, date-time — When the data was fetched
  - `error` string — Error message if the refresh failed

## Other responses

- `400` — Bad request - global feed not enabled or validation failed
- `401` — Unauthorized - invalid or missing authentication token
- `404` — Broadcast not found
- `500` — Internal server error

## Changes

- **2026-05-13** `1de3167ef51f` — 1 breaking, 1 info
  - added the new required request property `url`
  - added the new optional request property `headers`
- **2026-02-08** `b6f612d3daaa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pierre-b/apis/notifuse-api/changes/api/broadcasts.refreshGlobalFeed/post.md)

---

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