Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Windmill oauth API

The oauth API from Windmill — 13 operation(s) for oauth.

Windmill oauth API is one of 59 APIs that Windmill publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include oauth. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.

This API exposes 13 operations across 13 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.694.0.

Requests are made against a single base URL, /api.

13 operations 13 paths 1 schemas 3 GET10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.694.0
Base URL
https://app.windmill.dev/api
Authentication
HTTP Bearer, API Key
License
Resource Areas
1

Authentication & Security 2

Windmill oauth API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). An API key is passed in the cookie as token (cookieAuth). By default, every request must be authenticated.

Paths & Operations 13

Across 13 paths, the API surfaces 13 operations — 3 GET, 10 POST. Each is listed below with its method, path, parameters, and response codes.

oauth 13
POST
/w/{workspace}/oauth/connect_slack_callback
Connect Slack Callback
connectSlackCallback 1 param body → 200
POST
/oauth/connect_slack_callback
Connect Slack Callback Instance
connectSlackCallbackInstance body → 200
POST
/oauth/connect_slack_instance
Connect Slack Instance (non-interactive; Pre-minted Bot Token)
connectSlackInstance body → 200
POST
/oauth/connect_callback/{client_name}
Connect Callback
connectCallback 1 param body → 200
POST
/w/{workspace}/oauth/create_account
Create OAuth Account
createAccount 1 param body → 200
POST
/oauth/connect_client_credentials/{client}
Connect OAuth Using Client Credentials
connectClientCredentials 1 param body → 200
POST
/w/{workspace}/oauth/refresh_token/{id}
Refresh Token
refreshToken 2 params body → 200
POST
/w/{workspace}/oauth/disconnect/{id}
Disconnect Account
disconnectAccount 2 params → 200
POST
/w/{workspace}/oauth/disconnect_slack
Disconnect Slack
disconnectSlack 1 param → 200
POST
/w/{workspace}/oauth/disconnect_teams
Disconnect Teams
disconnectTeams 1 param → 200
GET
/oauth/list_logins
List Oauth Logins
listOAuthLogins → 200
GET
/oauth/list_connects
List Oauth Connects
listOAuthConnects → 200
GET
/oauth/get_connect/{client}
Get Oauth Connect
getOAuthConnect 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is TokenResponse (5 properties). Each schema is shown below with its type and property counts.

TokenResponse
object
5 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

windmill-oauth-api-openapi.yml Raw ↑

Other APIs Windmill publishes across the network.

Windmill admin API
Windmill agent_workers API
Windmill app API
Windmill asset API
Windmill audit API
Windmill azure_trigger API
Windmill capture API
Windmill concurrencyGroups API
Windmill config API
Windmill documentation API
Windmill draft API
Windmill email_trigger API