GET
/
nodes
/
{nodeId}
/
analytics
Get analytics nonce
curl --request GET \
  --url https://api.vexelia.com/nodes/{nodeId}/analytics \
  --header 'Authorization: Bearer <token>'
This endpoint generates a temporary security nonce that can be used to Get node analytics through a WebSocket connection.

Authorizations

Authorization
string
header
required

Your API key goes here, you can generate one in your account settings.

Path Parameters

nodeId
string<uuid>
required

The ID of the node to get the analytics nonce for

Response

200

The nonce was returned