POST /appointments Content-Type: application/json "patient_id": "MRN-10045", "provider_id": "DR-8823", "start_time": "2026-04-20T14:00:00Z", "end_time": "2026-04-20T14:30:00Z", "reason": "Follow-up hypertension"

"error": "invalid_request", "message": "Missing required field: patient_id", "status": 400

If you have a specific Bronson API (e.g., Bronson Healthcare, Bronson Labs), this guide gives you a template to adapt. Version 1.0 | REST | JSON | OAuth 2.0 1. Overview API Bronson provides programmatic access to patient records, scheduling, clinical data, and billing information. It follows REST principles and uses standard HTTP methods.

https://api.bronson.io/v1 (sandbox: https://sandbox-api.bronson.io/v1 )

"id": "MRN-10045", "first_name": "Jane", "last_name": "Doe", "dob": "1985-06-15", "gender": "F", "phone": "+1234567890", "email": "jane.doe@example.com"

| Code | Meaning | |------|-----------------------| | 400 | Bad request | | 401 | Unauthorized / expired token | | 403 | Forbidden (scope missing) | | 404 | Resource not found | | 429 | Rate limit exceeded | | 500 | Internal server error | Subscribe to real-time events: