REST API — Connections
此内容尚不支持你的语言。
| Method | Path | What it does |
|---|---|---|
GET |
/api/connections |
Every connection in the workspace, plus the kinds the org offers. |
POST |
/api/connections |
Probe the credential against the warehouse, then store it. |
DELETE |
/api/connections/{connection_id} |
Revoke the credential; the row and its sources survive, jobs pause. |
POST |
/api/connections/{connection_id}/verify |
Re-probe a stored connection and update its status. |