For AI agents: visit https://developers.zf-scalar.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field | Purpose | Required |
|---|
| eventBatchId | Unique batch identifier | Yes |
| eventSubscriptionId | Subscription identifier | Yes |
| eventBatchTime | Batch send timestamp | Yes |
| eventsData | Array of events | Yes |
| eventType | Event name | Yes |
| eventVersion | Event version | Yes |
| eventData | Event payload | Yes |
HTTP Status Codes
| Code | Meaning | SCALAR Action |
|---|
| 200 | Success | Proceed to next batch |
| 5xx | Server Error | Retry with backoff |
| 4xx | Client Error | Do not retry, log error |
| Header | Purpose |
|---|
| X-SCALAR-SIGNATURE | HMAC signature for validation |
| Content-Type | Always application/json |
Updated about 1 month ago