turbinelabs.io

The Turbine Labs API provides CRUD operations for core object types, and is mostly RESTy. The easiest way to interact with the API is with tbnctl. If you want to make direct HTTP calls, however, you can obtain an access token using tbnctl, and then

๐Ÿ”‘ apikey 44 endpoints cloud
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
get a list of zones
curl \
  -H "Authorization: $API_KEY" \
  /zone
list proxies
curl \
  -H "Authorization: $API_KEY" \
  /proxy
get routes
curl \
  -H "Authorization: $API_KEY" \
  /route
Endpoints (44 total)
GET
/zone
get a list of zones
GET
/proxy
list proxies
GET
/route
get routes
GET
/domain
get domains
GET
/cluster
get clusters
GET
/listener
list listeners
GET
/shared_rules
get shared_rules
GET
/zone/{zoneKey}
get zone
GET
/admin/user/self
Returns the user object for the account authorized and making this request.
GET
/changelog/adhoc
Allows an arbitrary filter to be specified and applied to the org\'s change log.
GET
/proxy/{proxyKey}
get proxy
GET
/route/{routeKey}
get route
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints44
Authapikey
Categories1