API Authentication
Krishi Sakha API uses Bearer Token authentication for all API requests.
Getting Your API Key
- Login to your Business Dashboard
- Navigate to Settings → API Access
- Click "Generate API Key"
- Copy and store securely
Using the API Key
Authorization: Bearer YOUR_API_KEYInclude this header in every API request.