Requirements
- A secret
biqli_...workspace API key - Conversions -> Write permission
- JSON over HTTPS
- Stable identifiers for retry safety
Track a lead
Track a sale
Implement retries
Retry only network failures and HTTP408, 425, 429, and 5xx responses. Honor Retry-After when present. Use exponential backoff with jitter and a maximum attempt count.
Keep the same body and Idempotency-Key for the same logical event. A successful replay returns Idempotency-Replayed: true.
Do not retry 4xx validation, authentication, permission, or conflict responses until you correct the request.
Trace requests
You may send:X-Biq-Request-Id with failures so support can locate the request without receiving your secret or complete customer payload.
See Track a lead and Track a sale for every field and error.
