---
title: "Send data to a feed via webhook URL."
method: POST
path: "/webhooks/feed/:token"
tags: ["Webhooks", "Data"]
---

# Send data to a feed via webhook URL.

`POST /webhooks/feed/:token`

## Request body

- object
  - `value` string

## Response `200`

New feed data record

- Data
  - `id` string
  - `value` string
  - `feed_id` number
  - `group_id` number
  - `expiration` string
  - `lat` number
  - `lon` number
  - `ele` number
  - `completed_at` string
  - `created_at` string
  - `updated_at` string
  - `created_epoch` number

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

## Changes

- **2018-11-26** (v2) `1c9c13b6a0b6` — 2 info
  - api tag `Webhooks` added
  - api tag `Feed` removed
- **2018-11-26** (v2) `f25a8dcaab24` — 1 info
  - endpoint added
- **2016-10-05** (v2) `74e9fdc9d949` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/adafruit/apis/adafruit-io-rest-api/changes/webhooks/feed/:token/post.md)

---

[API](https://skmtc.dev/adafruit/apis/adafruit-io-rest-api.md) · [All operations](https://skmtc.dev/adafruit/apis/adafruit-io-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adafruit/adafruit-io-rest-api/revisions/b16cd6123537/schema)
