Version: 1.0.0
Integrations Gateway API
Third-party integration management via Pipedream Connect.
Provides authenticated access to app discovery, account management, action execution, and trigger deployment.
The gateway auto-derives external_user_id from the authenticated user's JWT subject (ctx.subject), so callers never need to supply it explicitly.
All endpoints use Restate's HTTP invocation pattern: POST /<package.ServiceName>/<Method> with a JSON request body.
Authentication
- HTTP: Bearer Auth
- API Key: apiKeyAuth
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |