api.home.zeniqle.com

Personal API platform — Bun · Docker · Coolify · Infisical

/x Bun X API v2

X outreach agent — sends up to 100 DMs/day via OAuth 2.0. Triggered externally.

GET /x/health health + run status
GET /x/auth start OAuth 2.0 flow
GET /x/callback OAuth redirect handler
GET /x/me verify authenticated user
POST /x/run trigger outreach · body: { "dry_run": true }
GET /x/stats all-time sent / skipped / failed
/api Bun n8n Meta CAPI Mattermost Telegram

General API — notifications and link-click attribution tracking. Tracking fires Meta CAPI PageView, Mattermost alert, and Telegram message on every event.

GET /api/health health check
POST /api/notify send notification to Mattermost · body: { "message", "service", "level" }
POST /api/tracking/event track link click — fires Meta CAPI, Mattermost, Telegram · body: { "event", "domain", "short_code", "original_url", "ip", "user_agent" }
POST /api/tracking/test send test message to all channels and return results · auth required
POST /api/telegram send Telegram message directly · body: { "text" } · auth required