---
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

---

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