Home / Products / API
REST API & Webhooks

A clean API to build anything on top of SPYP CRM.

Predictable REST endpoints, OAuth 2.0, webhooks for every event, generous rate limits - and SDKs for JavaScript, Python and Go.

# Create a lead via REST
POST /v1/leads
Authorization: Bearer <TOKEN>
Content-Type: application/json
 
{
  "name": "Rakesh Mehta",
  "email": "[email protected]",
  "phone": "+91-90000-00001",
  "source": "website-form",
  "score": 84,
  "assignTo": "round-robin"
}
What's in the box

Built for developers, not just sales ops.

REST + GraphQL

Predictable endpoints for leads, accounts, deals, tickets, activities and more.

Webhooks for every event

Subscribe to lead created, deal won, ticket resolved - push to any URL.

SDKs you'll actually use

Official libraries for JavaScript, Python and Go. Versioned, typed, tested.

Rate limits & auth

OAuth 2.0, predictable limits, audit logs.

Standard auth flows, 10k requests/min per workspace by default, and an audit trail for every API call.

  • OAuth 2.0 + API keys
  • Per-workspace rate limits
  • Audit log for every call
# Webhook payload - deal.won
{
  "event": "deal.won",
  "timestamp": "2026-05-25T14:21:00Z",
  "data": {
    "dealId": "deal_8f12a3",
    "value": 480000,
    "owner": "[email protected]",
    "customer": "BlueLine Edu"
  }
}
Get started

Get an API key. Build something great.