> ## 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.

# Introduction

> Welcome to the Pharmachain Partner API

## Setting up

The Pharmachain Partner API lets HMO platforms and healthtech products connect
directly to Nigeria's largest verified pharmacy network. Search for medicines
in real time, submit fulfilment requests on behalf of enrollees, and track
every order from submission to delivery — all through a single, clean REST API.

<Card title="Start here" icon="rocket" horizontal href="/quickstart">
  Follow our quickstart guide and make your first live API call in under 5 minutes.
</Card>

## What you can do with this API

Everything your HMO integration needs — medicine availability, order fulfilment,
real-time tracking, and prescription handling — exposed through clean, predictable endpoints.

<Columns cols={2}>
  <Card title="Medicine search" icon="magnifying-glass" href="/api-reference/endpoint/search">
    Query our database of drugs and receive a ranked list of pharmacies that
    have them in stock, along with pricing and proximity to the patient's location.
  </Card>

  <Card title="Request fulfilment" icon="bag-shopping" href="/api-reference/endpoint/create">
    Submit a medicine request for an enrollee. Pharmachain routes the order to
    the closest available verified pharmacy and manages the fulfilment flow end-to-end.
  </Card>

  <Card title="Real-time status tracking" icon="location-dot" href="/api-reference/endpoint/get">
    Poll for live updates on any active request, or receive instant push
    notifications via webhooks whenever a request status changes.
  </Card>

  <Card title="Prescription management" icon="file-medical" href="/api-reference/endpoint/create">
    Attach prescriptions to requests as structured data or file uploads.
    Pharmacies receive them digitally — no faxes, no lost papers.
  </Card>
</Columns>

## Get started

<Columns cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Make your first live medicine search request in under 5 minutes.
    No prior Pharmachain experience needed.
  </Card>

  <Card title="Authentication" icon="lock" href="/development">
    Learn how API keys and Bearer tokens work, and how to keep your
    integration secure in both sandbox and production.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Browse every endpoint, inspect request and response schemas, and
    test calls directly in your browser.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/api-reference/endpoint/webhook">
    Receive real-time push notifications instead of polling. Set up
    your webhook endpoint and verify signatures.
  </Card>
</Columns>

## Need help?

<Card title="Contact partner support" icon="headset" href="mailto:support@pharmachains.ai">
  Reach the Pharmachain integrations team directly. We typically respond within one business day.
</Card>
