This API is designed for a customer relationship management(CRM) system.
User Endpoints
- Signup
- Method: POST
- Endpoint: /user/signup
- Login
- Method: POST
- Endpoint: /user/login
Enquiry Endpoints
- Public form API must be accessible without any authentication.
- Method: POST
- Endpoint: /employee/enquiry
- API to claim leads.
- Method: PATCH
- Endpoint: /employee/:id/claim
- API to fetch unclaimed leads.
- Method: GET
- Endpoint: /employee/unclaim
- API to fetch leads claimed by logged-in users
- Method: GET
- Endpoint: /employee/Allclaim