Skip to main content
GET
https://YOUR_DEPLOYMENT.lupitor.com/api/v1
/
api
/
v1
/
records
List Records
curl --request GET \
  --url https://your_deployment.lupitor.com/api/v1/api/v1/records \
  --header 'x-api-key: <api-key>'
This endpoint is an alias for List Leads.Both /api/v1/records and /api/v1/leads are functionally identical. Use whichever naming convention fits your integration.
See the List Leads documentation for full details on:
  • Query parameters
  • Response format
  • Code examples
  • Error handling