Documentation Index
Fetch the complete documentation index at: https://docs.pharmachains.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Pharmachain Partner API is a RESTful API. All requests and responses use JSON. It is designed for HMO platforms and healthtech products that need to search for medicines, submit fulfilment requests, and track orders on behalf of enrollees.Search medicines
Find drugs by name and get a ranked list of pharmacies with stock,
pricing, and delivery estimates.
Create a request
Submit a medicine fulfilment request for an enrollee and kick off
the pharmacy workflow.
Get request status
Poll for the current status and full timeline of any active
medicine request.
Cancel a request
Cancel a pending request before it progresses to dispensing.
Webhooks
Receive real-time push notifications when a request status changes —
no polling required.
Base URLs
Authentication
All endpoints require a Bearer token in theAuthorization header.
Request format
AllPOST and PUT requests must include a JSON body and the
Content-Type header.
GET and DELETE requests use path parameters or query strings — no body required.

