API Reference

Workspace & Team Endpoints

API endpoints for managing workspaces, team members, and integrations.

Workspaces

MethodEndpointDescription
GET/v1/workspacesList all workspaces (admin: all, member: assigned only)
POST/v1/workspacesCreate workspace (admin only)
GET/v1/workspaces/:idGet workspace by ID or slug
PUT/v1/workspaces/:idUpdate workspace (admin only)
DELETE/v1/workspaces/:idDelete workspace and all data (admin only)
POST/v1/workspaces/token/:idGenerate/regenerate share token

Public Portal

MethodEndpointDescription
GET/v1/public/portal/:tokenPublic stats page (no auth required)

Team Management (Admin Only)

MethodEndpointDescription
GET/v1/admin/teamList all team members with workspace counts
POST/v1/admin/teamCreate a team member
PUT/v1/admin/team/:idReset member password
DELETE/v1/admin/team/:idRemove team member

Integrations

MethodEndpointDescription
GET/v1/integrations/webhooksList webhook subscriptions
POST/v1/integrations/webhooksCreate webhook subscription
PUT/v1/integrations/webhooks/:idUpdate webhook
DELETE/v1/integrations/webhooks/:idDelete webhook
POST/v1/integrations/webhooks/:id/testSend test event
GET/v1/integrations/crmList CRM integrations
POST/v1/integrations/crmConnect CRM (API key method)
DELETE/v1/integrations/crm/:idDisconnect CRM
GET/v1/integrations/slackCheck Slack connection
POST/v1/integrations/slackConnect Slack webhook
DELETE/v1/integrations/slackDisconnect Slack

Newsletter

MethodEndpointDescription
GET/v1/newsletter/formsList forms
POST/v1/newsletter/formsCreate form
PATCH/v1/newsletter/forms/:idUpdate form
DELETE/v1/newsletter/forms/:idDelete form
GET/v1/newsletter/subscribersList subscribers
POST/v1/newsletter/upload-bonusUpload lead magnet file

System

MethodEndpointDescription
GET/healthBasic health check (no auth)
GET/v1/system/logsRecent application logs
GET/v1/system/update/checkCheck for available updates
POST/v1/system/update/triggerTrigger self-update
GET/v1/infrastructure/ipsList local IPs for rotation
GET/v1/system/mailcowMailcow integration status