Skip to main content
POST
https://YOUR_DEPLOYMENT.lupitor.com/api/v1
/
api
/
v1
/
records
Create Record
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:
  • Request body parameters
  • Response format
  • Code examples
  • Error handling