Get billing usage
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 for current per-search rates.
Authorization
bearerAuth Organization API key from Integrations → API keys.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/billing/usage"{ "requestId": "string", "creditsUsedThisPeriod": 0, "creditsLimit": 0, "billingPeriodEndsAt": "string"}{ "requestId": "01HXYZABCDEF", "error": { "code": "unauthorized", "message": "Invalid or revoked API key." }}{ "requestId": "01HXYZABCDEF", "error": { "code": "billing_unavailable", "message": "Could not load credit balance for this organization. Ensure the workspace has an active subscription." }}Get LinkedIn company POST
Fetch a public LinkedIn company profile by company page URL. > **Recommended client timeout: 90 seconds.** Most requests resolve in 2-5 seconds, but set your HTTP client timeout to at least 90 seconds to avoid false timeouts on slower lookups. ### Credits Each **successful** response deducts **4 credits** from your organization. Requests that fail (4xx / 5xx) are not billed. See the [credits documentation](https://snitchfeed.com/docs/api/credits) for the full rate table.
New mention Webhook
SnitchFeed POSTs this payload to your HTTPS endpoint each time a new mention is processed. Configure your endpoint URL in the platform under **Integrations → Webhooks**. - Only `match-created` is currently emitted. - Return any `2xx` status to acknowledge delivery — the response body is ignored. - Failed deliveries are retried with exponential backoff.