v2

latestOpenAPI 3.1.0Apache 2.02026-07-31441011.7 MB
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

network_idstring required

ID of the network.

alert_idstring required

ID of the alert.

tx_hashstring required

Transaction hash.

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
}