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

# Send arbitrary data to a feed via webhook URL.

`POST /webhooks/feed/:token/raw`

The raw data webhook receiver accepts POST requests and stores the raw request body on your feed. This is useful when you don't have control of the webhook sender. If feed history is turned on, payloads will be truncated at 1024 bytes. If feed history is turned off, payloads will be truncated at 100KB.

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