curl --request POST \ --url https://your_deployment.lupitor.com/api/v1/api/v1/records/bulk \ --header 'x-api-key: <api-key>'
Records
Bulk Create Records
Create multiple records in a single request
POST
https://YOUR_DEPLOYMENT.lupitor.com/api/v1
/
api
/
v1
/
records
/
bulk
Bulk Create Records
Copy
curl --request POST \ --url https://your_deployment.lupitor.com/api/v1/api/v1/records/bulk \ --header 'x-api-key: <api-key>'
This endpoint is an alias for Bulk Create Leads.Both /api/v1/records/bulk and /api/v1/leads/bulk are functionally identical. Use whichever naming convention fits your integration.