Events
Each delivery contains up to 25 entities. Large batches are split into multiple requests.
Verifying signatures
Every request includes anX-Pointset-Signature header:
Retries
If your endpoint returns a non-2xx response (or times out), Pointset retries with exponential backoff:
After 10 failed attempts the delivery is marked failed and not retried. Return a 2xx as quickly as possible — process events asynchronously if needed.