curl --request POST \ --url https://your_deployment.lupitor.com/api/v1/api/v1/records \ --header 'x-api-key: <api-key>'
Records
Create Record
Create a single record for your campaign
POST
https://YOUR_DEPLOYMENT.lupitor.com/api/v1
/
api
/
v1
/
records
Create Record
Copy
curl --request POST \ --url https://your_deployment.lupitor.com/api/v1/api/v1/records \ --header 'x-api-key: <api-key>'
This endpoint is an alias for Create Lead.Both /api/v1/records and /api/v1/leads are functionally identical. Use whichever naming convention fits your integration.
See the Create Lead documentation for full details on: