cURL
curl --request GET \ --url https://api.cpln.io/org/{org}/agent/{name}/-info \ --header 'Authorization: <api-key>'
{ "lastActive": "2023-11-07T05:31:56Z", "env": {}, "peerCount": 123, "serviceCount": 123 }
Service account key can be used as API keys
Success