Notifications

List notifications

Return all notifications configured for the current account, including linked method info.

Response Array of objects with fields like id, method_id, type, second_type, value, filters, is_active, timestamp, method_type, method_value, auto_unlock, max_points, daily_spent, daily_reset_at, total_notifications, total_cost.

get/notifications

Response

Notifications listed successfully.

idinteger required

Notification ID.

method_idinteger required

ID of the notification method used for delivery.

type'email' | 'domain' | 'advanced' | 'raw' | 'dark_web' required
second_type'ALL' | 'EMPLOYEES' | 'THIRD_PARTIES' | 'CUSTOMERS'
valuestring nullable

Monitored value (email address, domain, search query, etc.).

filtersobject nullable

Additional search filters applied to this notification.

last_searched_atstring date-time nullable

Last time this notification was checked for new results.

is_activeboolean required

Whether this notification is currently active.

timestampstring date-time required

Creation date of this notification.

method_type'email' | 'slack' | 'telegram' | 'webhook' | 'discord'
method_valuestring nullable

Destination of the associated method.

method_extra_emailsstring[] nullable

Additional BCC recipients of the associated method (email methods only).

auto_unlockboolean nullable

Whether new results are automatically unlocked.

max_pointsinteger nullable

Maximum points to spend per notification run for auto-unlock.

daily_spentinteger nullable

Points spent today by auto-unlock on this notification.

daily_reset_atstring date-time nullable

Next daily reset time for the spent counter.

total_notificationsinteger nullable

Total number of notification runs executed.

total_costinteger nullable

Total points consumed by this notification across all runs.

Changes

No recorded changes to this endpoint across all 1 revision of this API.