Skip to main content
Push leads to Nexor programmatically.

Quick example

curl -X POST https://api.getnexor.ai/api/public/leads \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "Tony Stark", "phone": "+1234567890"}'
See the API Reference for full docs.
Last modified on June 17, 2026