Goldmine
Proxies

List Pools

POST
/proxies.v1.Proxies/ListPools

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/proxies.v1.Proxies/ListPools" \  -H "Content-Type: application/json" \  -d '{}'
{
  "nextCursor": "string",
  "poolIds": [
    "string"
  ]
}
Empty