Import many leads at once
POST
https://server.heyrik.com/api/v1/leads/bulkHeaders
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Parameters 2
Fields documented for this operation. See the request example for placement and structure.
leadsarrayRequired[{ name, phone, … }].
folder_idstringDrop them all into a folder.
Response
No response example is documented for this operation yet.
Error referencePOST/leads/bulk
cURL
curl -X POST https://server.heyrik.com/api/v1/leads/bulk \
-H "Authorization: Bearer $HEYRIK_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "leads": [ { "name": "Ravi", "phone": "+919876543210" } ] }'Illustrative examples · No live request is sent
