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/contactsGET
/v1/accounts/{id}/dossierPOST
/v1/sequencesPOST
/v1/sync/chatWebhooks
Real-time event notifications for contacts, account enrichment, outreach, and agent actions. HMAC-signed payloads.
contact.createdaccount.enrichedsequence.repliedsync.action_completed