Validate Message for Target

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

💡

Compute Unit Value: 10 (fixed) Skip link to [object Object],: ,[object Object], (fixed)

id

uuid

required

ID of the target to validate

Template payload used for validation

protocol

string

required

The protocol used by the target (e.g., http, https, webhook).

type

string

required

The target type.

template

ID | Predefined Template

required

templateID | Predefined Template

``200 Target Validated

``default Unexpected error

Updated2 months ago


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request POST \
 
     --url https://svc.blockdaemon.com/streaming/v2/targets/id/validate-message \
 
     --header 'accept: application/json' \
 
     --header 'authorization: Bearer ••••' \
 
     --header 'content-type: application/json'

application/json

200default

Updated2 months ago