- APIs
- API Reference
- Client Alerts
-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
Get client alert
Returns the client alert

https://api.oauth.pabau.com/{api_key}/alerts/{alert_id}
Request
Query Parameters: | |
api_key * | |
alert_id * | System ID of the alert |
Response sample
application/json
{
"token": "{token}",
"expiration": "2024-04-03T03:31:29.187Z",
"tenant": "{tenant}",
"catalog": {
},
"success": true,
"medical_alerts": [
{
"ID": "123456",
"OwnerID": "123456",
"Note": "Client Alert",
"Status": "Enable",
"CreatedDate": "2024-04-02 11:20:54",
"Critical": "0"
}
]
}