IntegrationsService
Available as client.integrations. Provider support is determined by the server. Every method is scoped by workspaceId.
| Group | Methods |
|---|---|
| Configuration | list, get, upsert, delete |
| Inbox | provisionInbox, rotateInboxToken |
| Diagnostics | testConnection, health |
| IDPoS setup | backfillIdposCustomerIds, listIdposLocations, listIdposDiscounts, listIdposCustomerGroups |
| Dotypos setup | listDotyposCardTypes |
| IDPoS webhooks | getIdposWebhookStatus, registerIdposWebhook, unregisterIdposWebhook |
| Generic imports | startImport, listImportJobs, getImportJob, cancelImportJob |
| IDPoS imports | startIdposImport, listIdposImportJobs, getIdposImportJob, cancelIdposImportJob |
Configuration methods take (workspaceId, provider, ...); provider-specific methods and import methods also take workspaceId first. Secrets are accepted only in upsert requests and are returned as metadata, not plaintext.