---
title: "Test Target Connection"
method: POST
path: "/streaming/v2/targets/{id}/validate-verification"
tags: ["target"]
---

# Test Target Connection

`POST /streaming/v2/targets/{id}/validate-verification`

Sends a test request to the specified Target to verify it can successfully receive messages.

## Path parameters

- `id` string, uuid, required

## Response `200`

Verification response

- ValidateTargetResult
  - `status` 'success' | 'failed', required
  - `error_status_code` integer
  - `error_response_message` string
  - `duration` string, required

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
