cURL
curl --request GET \ --url https://ageneral.ai/v1/nodes/{node_id}/secrets \ --header 'Authorization: Bearer <token>'
{ "names": [ "<string>" ] }
Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.
Authorization: Bearer <token>
Success