Get organization context
Brand/business context for the organization this API key belongs to — the same information shown on the dashboard's Brand Context page (product summary, positioning, ideal customer profiles, target audiences, use cases, case studies). 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 (sf_api_… from Integrations → API keys) or a partner OAuth 2.1 access token issued by SnitchFeed (authorization_code + refresh). OAuth tokens must be audience-bound to this API (resource = {apiOrigin}/v1) and carry the route scopes listed per operation.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/organization/context"{ "requestId": "string", "name": "string", "website": "string", "description": "string", "productSummary": "string", "productPositioning": "string", "icps": [ { "name": "string", "description": "string" } ], "primaryTargetAudience": "string", "secondaryTargetAudience": "string", "useCases": [ "string" ], "caseStudies": [ { "title": "string", "description": "string", "results": "string", "industry": "string" } ]}Get a feed GET
Get a single feed by its id (`svw_...`). Listener scope (`includeListeners`/`excludeListeners`) is not yet included in this response — tracked as a follow-up now that listeners have a public id. **Read-only** — this endpoint does not consume credits.
Get billing usage GET
Returns credits consumed in the current billing period, the total credit limit, and when the period resets. **Read-only** — this endpoint does not consume credits. See [metered prices](https://snitchfeed.com/docs/api/credits) for current per-search rates.