Developer API Portal

Build with Swastik Medicare

Integrate our pharmacy, prescription, lab, and digital health record APIs into your hospital management system, clinic app, or government health portal.

Sandbox Base URL:https://sandbox.swastikmed.online/api/v1
Environment: SANDBOX

Pharmacy & Orders

GET/api/v1/products

Search medicine catalogue by name, category or salt.

POST/api/v1/orders

Place a medicine order on behalf of a verified patient.

GET/api/v1/orders/{id}/track

Get real-time delivery status of an order.

Sample RequestcURL
curl -X GET \
  'https://sandbox.swastikmed.online/api/v1/products' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -H 'X-Environment: SANDBOX'

Ready to Integrate?

Request a Sandbox API key to start building. Production access is granted after compliance review.