Notifications
Create notification
Create a new notification bound to an existing notification method.
Supported types
- email requires value (email). second_type is not allowed.
- domain requires value (domain). second_type optional: one of domain leak types, default ALL.
- advanced requires filters (no value). Bulk is not allowed.
Bulk creation
- For email and domain, set bulk=true and provide newline-separated values in value to create several notifications at once.
Limit
- Max notifications = plan limit + extra monitoring assets purchased.
post/notifications
Request body
Example request
{
"method_id": 1,
"type": "domain",
"value": "example.com"
}Response
Notification created successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.