Skip to content
Developers

Build on the Platform

RESTful APIs, webhooks, and SDKs to extend Hyves (Holistic Yield & Validation Engines) and build custom integrations for your workflow.

Authentication

Bearer token and API key authentication. OAuth 2.0 for integrations. Rate limiting with generous defaults.

curl -X GET https://api.isyncso.com/v1/me \
  -H "Authorization: Bearer sk_live_..."

Core Endpoints

RESTful API covering contacts, accounts, pipeline, outreach sequences, and SYNC agent interactions.

GET/v1/contacts
GET/v1/accounts/{id}/dossier
POST/v1/sequences
POST/v1/sync/chat

Webhooks

Real-time event notifications for contacts, account enrichment, outreach, and agent actions. HMAC-signed payloads.

contact.createdaccount.enrichedsequence.repliedsync.action_completed

SDKs & Libraries

JavaScript / TypeScript

Coming Soon

Python

Coming Soon

REST / cURL

Available

Ready to build?

Get your API key and start building in minutes.