Checkio API

Notifications

Notification alerts and logs

14 endpoints
get
/{tenantId}/v1/notifications/alerts

List notification alerts

Returns all notification alerts configured for the tenant

post
/{tenantId}/v1/notifications/alerts

Create notification alert

Creates a new notification alert for the tenant

get
/{tenantId}/v1/notifications/alerts/{alertId}

Get notification alert

Returns a single notification alert by ID

put
/{tenantId}/v1/notifications/alerts/{alertId}

Update notification alert

Updates an existing notification alert

delete
/{tenantId}/v1/notifications/alerts/{alertId}

Delete notification alert

Deletes a notification alert

get
/{tenantId}/v1/notifications/alerts/{alertId}/emails

List alert email recipients

Returns all email recipients for a notification alert

post
/{tenantId}/v1/notifications/alerts/{alertId}/emails

Add email recipient to alert

Adds a new email recipient to a notification alert

delete
/{tenantId}/v1/notifications/alerts/{alertId}/emails/{recipientId}

Remove email recipient from alert

Removes an email recipient from a notification alert

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

List alert SMS recipients

Returns all SMS recipients for a notification alert

post
/{tenantId}/v1/notifications/alerts/{alertId}/sms

Add SMS recipient to alert

Adds a new SMS recipient to a notification alert

delete
/{tenantId}/v1/notifications/alerts/{alertId}/sms/{recipientId}

Remove SMS recipient from alert

Removes an SMS recipient from a notification alert

post
/{tenantId}/v1/notifications/alerts/{alertId}/test-email

Send test email for alert

Sends a test notification email to a specified recipient

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

Send test SMS for alert

Sends a test notification SMS to a specified recipient

get
/{tenantId}/v1/notifications/logs

List notification logs

Returns notification logs for the tenant with optional filtering