Leads
Leads endpoints of the Perfex CRM REST API v3.0.3: 6 operations (DELETE, POST, GET, PUT) with parameters and JSON examples.
Endpoints
- DELETE Delete a Lead
/api/delete/leads/{id} - POST Add New Lead
/api/leads - GET Request all Leads
/api/leads/ - GET Request Lead information
/api/leads/{id} - PUT Update a lead
/api/leads/{id} - GET Search Lead Information
/api/leads/search/{keysearch}
See these endpoints in full on the complete API reference.