Skip to main content

Endpoint

POST /ingest/requests
  • Auth: X-API-Key header
  • Max batch size: 1000 request items per call
  • Scope: API key must belong to target app

Request Example

Response

Behavior

  • Endpoint metadata is auto-created or updated from ingest events
  • Unsupported endpoint methods are still ingested as raw events
  • Environment is queryable in dashboard analytics filters
  • Optional request/response payload samples are captured when provided

Failure Modes

  • 400/422: invalid payload or batch too large
  • 401: invalid/missing API key
  • 403: key-app scope issue

Best Practices

  • Batch events per short interval (ex. every few seconds)
  • Include consistent environment labels
  • Normalize endpoint paths in your SDK before send
  • Track client identifiers via user_agent or extension fields if added