|
|
Äà,  Àëåêñ  [16.03.05 13:06]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
"url": "https://your-app.com/webhook/bronson", "events": ["appointment.created", "lab.result.available"], "secret": "your-verification-token" api bronson
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" 500 requests per minute per API key 2