Introduction

Overview of the SnitchFeed HTTP API.

The SnitchFeed API lets you programmatically access your social listening data — listeners, feed items, analytics, and more.

Base URL

All API requests are made to:

https://api.snitchfeed.com/v1

Authentication

Every request must include your API key in the Authorization header:

Authorization: Bearer <your-api-key>

You can find and rotate your API keys from the Settings → API page.

Response format

All responses are JSON. Successful responses return 2xx status codes. Errors return a structured body:

{
  "error": {
    "code": "unauthorized",
    "message": "Invalid or expired API key."
  }
}

Rate limits

PlanRequests / minute
Free60
Pro300
EnterpriseCustom

On this page