Changelog
Public API v1 (current)
- REST under
/public/v1— credits, accounts, campaigns (list/get, start/pause), leads, send, LinkedIn lookup/search - Outbound webhooks (4 events); manage subscriptions in
/api-mcp - MCP tools 1:1 with REST (
https://mcp.scaliq.ai) - MCP URLs expose a no-key short overview at
GET /,/.well-known/mcp.json, and/llms.txt(tool names + summaries only; full schemas via MCPtools/list) - Outbound webhook signing: when you set a signing secret, ScaliQ sends
X-ScaliQ-Signature: <that exact string>(works with n8n Header Auth)
Recent additions (non-breaking)
POST /campaigns/:campaignId/startandPOST /campaigns/:campaignId/pause(0 credits; 30 requests / minute). MCP:start_campaign,pause_campaign. Confirm before start — real LinkedIn outbound.
Future breaking changes will be listed here.