API reference
WhatIO exposes a REST API for programmatic access to campaigns, contacts, templates, and workflows. All requests require authentication.
Base URL
https://marketing-api.komyosys.aiAuthentication
See Authentication for cookies, CSRF, API keys, and Bearer tokens.
Common endpoints
GET /api/overview Dashboard metrics
GET /api/campaigns List campaigns
POST /api/campaigns Create campaign
GET /api/lists Contact lists
POST /api/lists/import Import contacts
GET /api/templates Message templates
GET /api/workflows List workflows
POST /api/workflows Create workflowErrors
Errors return JSON with a detail field and appropriate HTTP status code.
{ "detail": "email_not_verified" }