Skip to content

Record social sightings (internal listening use)

Social listening
post /v1/listening/sightings

Internal, non-customer-supported endpoint that records a bounded organization-scoped batch of post or profile sightings. Each item runs in its own transaction and returns ok, invalid, or failed.

Authentication

  • ApiKey bearer token

    Send the current Benchmark API key only in the Authorization header.

Request body

  • sightings array<SightingItem> required

Responses

  • 200

    Per-item sighting ingest results.

  • 400

    The request failed validation.

  • 401

    The bearer credential is missing or invalid.

  • 403

    The key cannot perform this operation.

  • 429

    The Cloudflare rate limiter rejected the request.

  • 500

    The request failed without exposing internal diagnostics.

  • 503

    A required service is unavailable.