GoDoxy

Verify a new agent

POST
/agent/verify

Verify a new agent and return the number of routes added

Request Body

application/json

Request

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/agent/verify" \  -H "Content-Type: application/json" \  -d '{}'
{
  "agents": [
    {
      "addr": "string",
      "name": "string",
      "runtime": "docker",
      "supports_tcp_stream": true,
      "supports_udp_stream": true,
      "version": "string"
    }
  ],
  "message": "string"
}