Generic REST API
Connect to any HTTP/REST API. Configure base URL + auth headers + per-action method, path, body, and response shape.
Authentication
- Static API key in a header.
- Basic auth (username + password).
- Bearer token (static or refreshed).
Supported actions
- Per-action method + path + body templates.
- Preview executes the request and stores the response example + inferred schema.
Setup reference
For provider-side setup (OAuth apps, redirect URIs, tenant-side permissions), follow the File hub setup guide and the Connections guide.