Public API
Build on OneHub360
A REST API that doesn't require an enterprise budget. Deploy integrations in hours, not months, with a modern JSON API plus webhooks that keep your stack in sync near real time.
Every plan comes with API keys, generous rate limits, and the documentation you need to start shipping automations, dashboards, and workflows without waiting for a partner.
Connect Everything
REST API for contacts, deals, tasks, appointments, invoices
Real-Time Webhooks
9 event types, HMAC signed, automatic retry for fire-and-forget integrations
Simple Auth
API keys, no OAuth complexity, instant setup and permission scoping
Code examples
One snippet covers a curl request and a JS fetch you can drop straight into your app.
curl https://api.onehub360.com/v1/contacts -H 'Authorization: Bearer YOUR_API_KEY' -H 'Accept: application/json'
const response = await fetch('https://api.onehub360.com/v1/contacts', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Accept': 'application/json',
},
})
const data = await response.json()Ready for production
HMAC-signed webhooks, no OAuth, and 24/7 monitoring so your automations stay online even when your stack flares up.
- - 9 event types you can subscribe to for real-time sync.
- - Automatic retries, logging, and dead-letter handling.
- - Dedicated API support on Scale & Enterprise tiers.
v1.0 · Live
MCP - talk to OneHub360 from Claude or ChatGPT
Hosted Model Context Protocol server at
onehub360.com/api/mcp. Mint a key, paste the config, and your CRM is in the conversation. 19 read tools + 9 write tools, plan-tier filtered. Audit logged. Available now.Pricing that keeps pace
HubSpot charges $800+/mo for full API access. GoHighLevel gates it at $297/mo. OneHub360 starts at $97/mo with the same full API + webhooks + automation surface area.
Start building without a sales call
API Endpoint Summary
Start with the endpoints below and add more as your workflows expand.
| Method | Endpoint | Purpose |
|---|---|---|
GET | /v1/contacts | List, search, and enrich your contacts |
POST | /v1/deals | Create pipelines, update stages, and trigger workflows |
GET | /v1/tasks | Query tasks, reminders, and completion history |
POST | /v1/appointments | Schedule appointments with auto-sync to calendars |
GET | /v1/invoices | Pull invoice history, statuses, and payment links |