get
/{tenantId}/v1/notifications/alerts/{alertId}/smsList alert SMS recipients
Requires Authentication
Notifications
Returns all SMS recipients for a notification alert
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
alertIdrequired | string (uuid) | Billing alert UUID |
Responses
List of SMS recipients
Response Bodyapplication/json
itemsarray
NotificationAlertSmsResponse[]NotificationAlertSmsResponse
totalinteger
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/notifications/alerts/{alertId}/sms' \
-H 'Authorization: Bearer {token}'