Story
As a tenant admin, I need an API to manage content connectors so that I can configure, test, and monitor my integrations.
Acceptance Criteria
Technical Notes
- Credentials stored encrypted per tenant
- Test endpoint validates connectivity without exposing secrets
- Support for multiple connectors of same type per tenant
Dependencies
- INT-005 (Strapi Pipeline Integration)
- INT-008 (Google Docs Pipeline Integration)
Points: 2
Type: Feature
Branch: feature/INT-009
Story
As a tenant admin, I need an API to manage content connectors so that I can configure, test, and monitor my integrations.
Acceptance Criteria
GET /api/v1/connectors- list configured connectorsPOST /api/v1/connectors- add new connectorDELETE /api/v1/connectors/{id}- remove connectorPOST /api/v1/connectors/{id}/test- test connectionGET /api/v1/connectors/{id}/status- check healthTechnical Notes
Dependencies
Points: 2
Type: Feature
Branch: feature/INT-009