Push leads via the API
The lead API accepts JSON lead payloads authenticated by your workspace API key.
Stepslink
- check_circleMint a key from the workspace API panel — copy it immediately; it is shown only once.
- check_circlePOST leads with the key in the X-API-Key header; include your external id for deduplication.
- check_circleRequests beyond the daily per-key limit return a rate-limit response; duplicates return success with a duplicate flag.
- check_circleRevoke keys any time; revoked keys stop working immediately.