API Documentation

Build Custom Integrations

Connect NeeN AI CRM with your existing systems using our REST API. Manage leads, deals, contacts, and activities programmatically.

Getting Started

1. Generate an API key from your account settings (available on Startup Pro and above).

2. Include the key in the Authorization header of every request.

3. Base URL: https://crmapi.9ance.com/api/v1

4. All responses are JSON. Rate limit: 100 requests/minute.

Available Endpoints

MethodEndpointDescription
GET/api/leadsList all leads with filters
POST/api/leadsCreate a new lead
GET/api/dealsList deals by pipeline stage
POST/api/dealsCreate or update a deal
GET/api/contactsSearch and list contacts
POST/api/contactsCreate a new contact
GET/api/activitiesList activities and tasks
POST/api/webhooksRegister webhook endpoints

Webhooks

Get real-time notifications when events happen in your CRM:

Lead Created
Deal Updated
Deal Won
Deal Lost
Contact Added
Activity Completed

Need help with your integration?

Talk to Our Engineering Team