Endpoint
POST /ingest/requests
- Auth:
X-API-Keyheader - Max batch size:
1000request 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 large401: invalid/missing API key403: key-app scope issue
Best Practices
- Batch events per short interval (ex. every few seconds)
- Include consistent
environmentlabels - Normalize endpoint paths in your SDK before send
- Track client identifiers via
user_agentor extension fields if added