One unified API for healthcare procurement: RFQs, quotations, purchase orders, and webhooks.
Sign in, claim an API key, hit the gateway. No paperwork.
Browse the API Reference, then create an account at developer.wasilah.net to claim keys.
Browse the API catalog, subscribe your application to a plan (Sandbox is free), and a key is provisioned instantly.
Send your first request to the gateway with your API key in the Authorization header.
Hit the gateway with curl, our JS SDK, or Python. Same auth, same shape.
curl -X GET "https://gateway.wasilah.net/v1/rfqs" \
-H "Authorization: Bearer $WASILAH_TOKEN" \
-H "Accept: application/json"Built on a managed API platform. Observable, versioned, and secure by default.
Interactive docs, downloadable specs, and ready-to-import Postman collections.
Per-application credentials. Rotate keys without downtime. JWT and Keycloak for end-user auth.
Subscribe to RFQ, quotation, deal, and PO state changes. HMAC-signed payloads.
Quotas per plan. Built-in dashboards for latency, errors, and usage.
Safe test API with seed data. Promote to production when you're ready.
Data stays in the EU. Strong auth at the database. TLS everywhere.
Semantic API versions. Long deprecation windows. Migration guides for every breaking change.
TypeScript, Python, and CLI quickstarts. Copy-paste examples for every endpoint.
Automate provisioning, exports, and bulk imports straight from your terminal.
Three surfaces, three purposes: Reference, Discovery, Runtime.
Modern OpenAPI viewer powered by Scalar. Schema browser, side menu, code samples.
Browse APIs, subscribe to plans, manage keys, read the docs, and review your usage.
Where your applications make actual API calls. High throughput, observable, and secure.
curl https://gateway.wasilah.net/v1/...