Skip to content
POST
/ping
curl --request POST \
--url https://example.com/api/v0/ping \
--header 'X-Tenzir-Token: <X-Tenzir-Token>'

Checks whether the node can respond to authenticated API requests. The response includes the node version.

The node is healthy.

Media type application/json
object
version
required

The version of the responding node.

string
Example
{
"version": "v2.3.0-rc3-32-g8529a6c43f"
}

The request is missing a valid authentication token.