Skip to main content
POST
/
register_node_secret
Register Node
curl --request POST \
  --url https://api.infera.org/register_node_secret \
  --header 'Content-Type: application/json' \
  --data '
{
  "node_id": "<string>",
  "secret": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
node_id
string
required
secret
string
required

Response

Successful Response