---
title: "Create an external feed"
method: POST
path: "/feeds"
tags: ["External Feeds"]
---

# Create an external feed

`POST /feeds`

This endpoint will create an external feed.

## Request body

- CreateExternalFeed
  - `name` string, required — Name of the feed
  - `url` string, url, required — URL of the feed
  - `authType` 'basic' | 'token' | 'noAuth' — Auth type of the feed: * `basic` * `token` * `noAuth`
  - `username` string — Username for authType `basic`
  - `password` string — Password for authType `basic`
  - `token` string — Token for authType `token`
  - `headers` GetExternalFeedByUUIDHeaders[] — Custom headers for the feed
    - `name` string — Name of the header
    - `value` string — Value of the header
  - `maxRetries` integer — Maximum number of retries on the feed url
  - `cache` boolean — Toggle caching of feed url response

## Response `201`

successfully created

- InlineResponse2015
  - `id` string, uuidv4, required — ID of the object created

## Other responses

- `400` — bad request

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
