GET
/
proxy_api
/
v3
/
tl-isps
/
pools
Get all pools
curl --request GET \
  --url https://core-proxy-service-w34nvoxnwq-uc.a.run.app/proxy_api/v3/tl-isps/pools \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

[just text field] Please enter token in following format: Bearer

Response

Pools fetched

id
string
required

The id of the pool

name
string
required

The name of the pool