Api Bronson | Browser |

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

All errors return standard HTTP status codes with a JSON body: api bronson

| 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: "message": "Missing required field: patient_id"

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

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

500 requests per minute per API key 2. Authentication 2.1 Get Access Token POST /oauth/token Host: auth.bronson.io Content-Type: application/x-www-form-urlencoded client_id=YOUR_CLIENT_ID &client_secret=YOUR_CLIENT_SECRET &grant_type=client_credentials &scope=patient.read appointment.write