POST
/
check_node_secret
curl --request POST \
  --url https://api.infera.org/check_node_secret \
  --header 'Content-Type: application/json' \
  --data '{
  "node_id": "<string>",
  "secret": "<string>"
}'
"<any>"

Body

application/json
node_id
string
required
secret
string
required

Response

200
application/json
Successful Response

The response is of type any.