Get organization context
Basic context for the organization this API key belongs to. There is no organization id in this or any v1 response — the organization is already implicit in the API key.
Read-only — this endpoint does not consume credits.
Authorization
bearerAuth Organization API key from Integrations → API keys.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/me"{ "requestId": "string", "name": "string", "website": "string", "description": "string"}{ "requestId": "01HXYZABCDEF", "error": { "code": "unauthorized", "message": "Invalid or revoked API key." }}{ "requestId": "01HXYZABCDEF", "error": { "code": "not_found", "message": "Mention not found." }}{ "requestId": "01HXYZABCDEF", "error": { "code": "rate_limited", "message": "Rate limit exceeded for linkedin. Try again later.", "retryAfter": 42 }}Get a feed GET
Get a single feed by its id (`svw_...`). Listener scope (`includeListeners`/`excludeListeners`) is not yet included in this response; it will be added once listeners have a public id. **Read-only** — this endpoint does not consume credits.
New mention Webhook
SnitchFeed POSTs this payload to your HTTPS endpoint when a mention is delivered via webhook. Configure your endpoint URL in the platform under **Integrations → Webhooks**. - `event.type` is `mention.created` for automatic feed routing, or `mention.resent` for on-demand sends from the app. (Renamed from `match.created`/`match.resent`.) - Return any `2xx` status to acknowledge delivery. The response body is ignored. - Failed deliveries are retried with exponential backoff.