API Overview
Introduction to the MedSE Prescribe REST API and its capabilities.
4 min read
API Overview
The MedSE Prescribe API allows you to integrate electronic prescribing into your existing systems.
Base URL
``
https://api.prescribe.medse.co.uk/v1
`
Authentication
All API requests require authentication using API keys. Include your key in the
Authorization header:
`
Authorization: Bearer your-api-key
``
Available Endpoints
- Prescriptions: Create, read, update, and manage prescriptions
- Patients: Look up and manage patient records
- Medications: Search the medication database
- Pharmacies: Find and connect with pharmacies
- Webhooks: Receive real-time notifications
Rate Limits
- Standard plan: 100 requests/minute
- Professional plan: 1,000 requests/minute
- Enterprise plan: Custom limits
SDKs
We provide official SDKs for:
- TypeScript/JavaScript
- Python
- C# / .NET
Was this article helpful?