Alerts
Send test Alert
This endpoint allows you test the execution of Alerts.
post/v1/account/{accountSlug}/project/{projectSlug}/test-alerts
Path parameters
accountSlugstring required
Account slug of the user
projectSlugstring required
Project slug of the account
Request body
Example request
{
"network_id": "1",
"alert_id": "daa13590-eda0-4996-a80b-1a43c8006084",
"tx_hash": "0xeb22a8b76c48c912d662bffef2272e9a6413ddbe6da541c84a51c249f04ffaf9"
}Response
A successful response.
TestAlertPostResponse required
An object with details about alert test.
Example response
{
"matched": true
}