Checkio API
get/{tenantId}/v1/notifications/alerts/{alertId}/sms

List alert SMS recipients

Requires Authentication
Notifications

Returns all SMS recipients for a notification alert

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID
alertId
required
string (uuid)Billing alert UUID

Responses

List of SMS recipients

Response Bodyapplication/json
items
array
NotificationAlertSmsResponse[]
NotificationAlertSmsResponse
total
integer

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/notifications/alerts/{alertId}/sms' \
  -H 'Authorization: Bearer {token}'