Checkio API
post/{tenantId}/v1/notifications/alerts/{alertId}/test-sms

Send test SMS for alert

Requires Authentication
Notifications

Sends a test notification SMS to a specified recipient

Path Parameters

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

Request Body

required
recipientId
string (uuid)
required
- The ID of the SMS recipient to send the test to

Responses

Test SMS sent

Code Examples

curl -X POST 'https://api-next.checkio.co.uk/{tenantId}/v1/notifications/alerts/{alertId}/test-sms' \
  -H 'Authorization: Bearer {token}' \
  -H 'Content-Type: application/json' \
  -d '{
  "recipientId": "00000000-0000-0000-0000-000000000000"
}'