API Documentation

API Documentation for Bharat CRM

This documentation covers the REST API available in Bharat CRM.

Authentication

All API requests require an API key which can be generated in the admin dashboard.

GET /api/v1/resource
Authorization: Bearer YOUR_API_KEY

Available Endpoints

GET /api/v1/users

Returns a list of all users.

GET /api/v1/products

Returns a list of all products.

POST /api/v1/orders

Creates a new order.

For more detailed information about each endpoint, please refer to the specific endpoint documentation.