Integrations API guide
This page describes the connection lifecycle pattern. Detailed endpoint contracts are in the OpenAPI explorer.Integration sequence
Finish callback handling
Use
GET /api/integrations/saltedge/finish after provider redirect completes.Operational recommendations
- Re-fetch integration list after connect/disconnect actions.
- Log provider callback failures with request id for support workflows.
- Keep provider-specific UI copy outside API contract assumptions.
Endpoint index
GET /api/integrationsPOST /api/integrations/saltedge/connectGET /api/integrations/saltedge/finishDELETE /api/integrations/{integration_id}
Error handling baseline
400: invalid path/query values401: access token missing/expired404: integration not found in scope429: apply throttling and retry backoff500: retry and escalate withrequest_id