POST /ping
POST
/ping
Checks whether the node can respond to authenticated API requests. The response includes the node version.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”The node is healthy.
object
version
required
The version of the responding node.
string
Example
v2.3.0-rc3-32-g8529a6c43fExample
{ "version": "v2.3.0-rc3-32-g8529a6c43f"}The request is missing a valid authentication token.