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

Authorizations

Authorization
string
header
required

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

Response

Pools fetched

name
string
required

The name of the pool (e.g., SN_US_TICKETS)

inStock
boolean
required

Whether the pool is currently in stock

stock
number
required

Number of items available in stock for this pool