---
title: "Send test Alert"
method: POST
path: "/v1/account/{accountSlug}/project/{projectSlug}/test-alerts"
tags: ["Alerts"]
---

# Send test Alert

`POST /v1/account/{accountSlug}/project/{projectSlug}/test-alerts`

This endpoint allows you test the execution of Alerts.

## Path parameters

- `accountSlug` string, required
- `projectSlug` string, required

## Request body

- TestAlertPayload
  - `network_id` string, required — ID of the network.
  - `alert_id` string, required — ID of the alert.
  - `tx_hash` string, required — Transaction hash.

## Response `200`

A successful response.

- TestAlertPostResponse — An object with details about alert test.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The resource was not found.
- `429` — The request was rate limited. See the [rate limits](#section/Introduction/Rate-limits) section for the current limits and how request counts expire.
- `500` — Server error.

---

[API](https://skmtc.net/tenderly/apis/tenderly-api.md) · [All operations](https://skmtc.net/tenderly/apis/tenderly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tenderly/tenderly-api/revisions/d4e07f17832e/schema)
