This documentation is for external clinic and partner integrations using the OrderService API.
OrderService
Public integration endpoints under api/v2/*
api/v2/*
Authentication and token usage
Order create/status/cancel workflows
Product and courier lookups
Error contract expectations
Clinic platform teams integrating directly
Middleware/integration partners submitting orders on behalf of clinics
Obtain your base URL and credentials from CloudRx.
Call your Identity Server token endpoint (POST /connect/token) with OAuth2 client credentials.
POST /connect/token
Use the returned bearer token for all secured endpoints.
For cancellation and supplier-style lookups, pass the correct clinicCode.
clinicCode
Integration target is v2.
v2
Swagger is exposed for v2 only.
API Reference (Interactive): https://developer.cloudrx.co.uk/api-referencearrow-up-right
Continue with Getting Started.
Last updated 1 day ago
Was this helpful?