Notifications

Test notification method with fake data

Send a test notification with realistic fake data.

Supports all notification types via the type query parameter:

  • leak (default): Test with fake credential leaks
  • raw: Test with fake raw search results
  • dark_web: Test with fake dark web posts

Rate limit: 30 tests per hour.

Supported for all method types: email, slack, telegram, webhook, discord.

post/notification_methods/{method_id}/test-with-data

Path parameters

method_idinteger required

ID of the notification method.

ID of the notification method.

Query parameters

notification_typestring

Fake data type: leak (default), raw, or dark_web.

Fake data type: leak (default), raw, or dark_web.

Response

Test notification sent successfully.

{"stackTrail":"paths:/notification_methods/{method_id}/test-with-data:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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