API: Integration Hub
API-Referenz: Integration Hub
Section titled “API-Referenz: Integration Hub”Quellverzeichnis: api/routes/integration/
— gehört zum Modul integration-hub
Alle Endpunkte sind mandanten-isoliert und validieren ihre Eingaben.
| Methode | Pfad | Datei |
|---|---|---|
GET |
/v1/integrations/configurators |
configurator.ts |
GET |
/v1/integrations/configurators/:configurationId |
configurator.ts |
PATCH |
/v1/integrations/configurators/:configurationId |
configurator.ts |
DELETE |
/v1/integrations/configurators/:configurationId |
configurator.ts |
POST |
/v1/integrations/configurators/deep-link |
configurator.ts |
POST |
/v1/integrations/configurators/import |
configurator.ts |
GET |
/v1/integrations/connectors |
connectors.ts |
POST |
/v1/integrations/connectors |
connectors.ts |
GET |
/v1/integrations/connectors/:name |
connectors.ts |
PATCH |
/v1/integrations/connectors/:name |
connectors.ts |
DELETE |
/v1/integrations/connectors/:name |
connectors.ts |
GET |
/v1/integrations/connectors/:name/health |
connectors.ts |
POST |
/v1/integrations/connectors/:name/invoke |
connectors.ts |
GET |
/v1/integrations/sync-status |
sync.ts |
POST |
/v1/integrations/sync-status |
sync.ts |
GET |
/v1/integrations/sync-status/:id |
sync.ts |
POST |
/v1/integrations/sync-status/:id/complete |
sync.ts |
GET |
/v1/integrations/webhooks |
webhooks.ts |
POST |
/v1/integrations/webhooks |
webhooks.ts |
GET |
/v1/integrations/webhooks-dead-letter |
webhooks.ts |
GET |
/v1/integrations/webhooks/:id |
webhooks.ts |
PATCH |
/v1/integrations/webhooks/:id |
webhooks.ts |
DELETE |
/v1/integrations/webhooks/:id |
webhooks.ts |
GET |
/v1/integrations/webhooks/:id/deliveries |
webhooks.ts |
POST |
/v1/integrations/webhooks/dispatch |
webhooks.ts |
Zurück zur API-Übersicht oder zur Startseite.