cURL
curl --request GET \ --url https://ageneral.ai/v1/nodes:count-active \ --header 'Authorization: Bearer <token>'
{ "count": 123 }
Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.
Authorization: Bearer <token>
Success