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
No SDKs indexed for this API yet.
curl \ -H "Authorization: $API_KEY" \ /zone
curl \ -H "Authorization: $API_KEY" \ /proxy
curl \ -H "Authorization: $API_KEY" \ /route
No SDKs yet