API Online

Simplicity IT API

Integrate AI-powered lead scoring, pipeline analytics, and proposal generation into your existing tools.

https://api.simplicityitinc.com/v1

Quick Start

1

Get Your API Key

Sign up at app.simplicityitinc.com and generate your key from Settings → API Keys.

2

Make Your First Request

Test the connection with a simple health check:

curl -H “Authorization: Bearer YOUR_API_KEY” https://api.simplicityitinc.com/v1/health
3

Handle the Response

All responses return JSON with a consistent structure:

{ “status”: “ok”, “version”: “1.3.0”, “timestamp”: “2026-03-23T12:00:00Z” }

Featured Endpoints

🎯 Leads

Score, create, and manage leads programmatically. Retrieve AI-generated scores and engagement data.

📊 Deals

Track deals through your pipeline. Update stages, add notes, and forecast revenue.

📄 Proposals

Generate branded proposals via API. Submit deal data, get back a formatted PDF URL.

🤖 Agents

Deploy and manage AI agents. Configure behaviors, monitor performance, trigger actions.

🔗 Integrations

Connect to CRMs, PSAs, and Microsoft 365. Manage OAuth tokens and sync settings.

🔔 Webhooks

Subscribe to real-time events. Get notified on lead scores, deal updates, and more.

View Full API Reference Authentication Guide