Turbinelabs
Connector for the turbinelabs API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.turbinelabs.io/v1.0 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_admin_user_self— GET /admin/user/self — Returns the user object for the account authorized and making this request.get_admin_user_self_access_tokens— GET /admin/user/self/access_tokens — Lists Access Tokens that are configured for the authenticated user.get_changelog_adhoc— GET /changelog/adhoc — Allows an arbitrary filter to be specified and applied to the org\'s change log.get_changelog_cluster_graph_clusterkey— GET /changelog/cluster-graph/{clusterKey} — get changes related to the indicated clusterget_changelog_domain_graph_domainkey— GET /changelog/domain-graph/{domainKey} — get changes related to the indicated domainget_changelog_route_graph_routekey— GET /changelog/route-graph/{routeKey} — get changes related to the indicated route
Inputs
apiKey— your turbinelabs API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_admin_user_self
apiKey: <your key>