cURL
curl --request GET \ --url https://eu-cloudflare.vg-stuff.com/agents \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<unknown>" }
Gets all agents, this route must use the new V3 endpoints.
GET /agents/{id}
SECRET_API_KEY
nodes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response