Connections
Stored credentials a step references by id.
| Endpoint | Path | |
|---|---|---|
GET | List the workspace's connections | /api/connections |
POST | Create a connection (store credentials for one piece) | /api/connections |
GET | Map every connection to the workflows that reference it | /api/connections/usage |
GET | Read one connection's metadata | /api/connections/{id} |
PUT | Rename a connection, or rotate its credentials | /api/connections/{id} |
DELETE | Delete a connection | /api/connections/{id} |
POST | Verify a connection's credentials against the provider | /api/connections/{id}/test |
POST | Repoint every workflow from this connection to another | /api/connections/{id}/replace |
POST | Begin the OAuth2 authorization-code flow for a connection | /api/connections/{id}/oauth2/start |