- Alert Configuration
- Clinical Notes
- Devices
- Inventory
- Items
- Kits
- Manufacturers
- Orders
- Patients
- Procurements
- Returns
- Sites
- Support Tickets
- Transfers
- Webhooks
- Readings - Blood Glucose
- Readings - Blood Oxygen
- Readings - Blood Pressure
- Readings - Heart Rate
- Readings - Heart Rate Variability
- Readings - Peak Flow
- Readings - Sleep Mat Activity
- Readings - Sleep Mat Duration
- Readings - Temperature
- Readings - Weight
- Tests
Request
$ curl -X POST https://app.impiloplatform.com/api/v3/webhook \ > -H "Impilo-API-Key: " \ > -H "Content-Type: application/json" \ > -d '{ > "type": "order.status", > "url": "https://impilo.health" > }'
Response