Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.feedpin.dev/llms.txt

Use this file to discover all available pages before exploring further.

Widget Ping

/ping
Sent by the FeedPin widget on page load to confirm the snippet is installed and active. Updates last_ping_at on the project.
Body:
{
  "project_id": "valid-uuid"
}
Response:
{ "ok": true }
This is a public endpoint. The project ID must be a valid UUID format.