Platform REST API v1.0 -- Live

Build on the 180 Work Graph.

Programmatically manage CRM pipelines, provision project sprints, trigger edge traffic evaluation, and automate invoice payments with our clean REST API and real-time Webhooks.

6
API Modules
<50ms
Avg Latency
99.99%
Uptime SLA
REST
JSON Standard

Work Graph Event Triggers

Every API mutation triggers real-time Work Graph events across all 15 connected apps automatically.

HMAC-SHA256 Webhooks

Outbound webhook payloads are signed with HMAC-SHA256 for tamper-proof verification.

Sub-50ms Global Latency

Endpoints route through Cloudflare Edge for sub-50ms response times worldwide.

Tenant-Isolated by Default

Every request is scoped to your company tenant. Cross-tenant data access is impossible.

Developer Experience

Simple REST endpoints. Instant Work Graph execution.

Every API call is secured with Bearer token authentication and strictly isolated to your company tenant. Creating a deal programmatically triggers the same powerful Work Graph events as the web app.

  • Standard JSON request and response payloads
  • HMAC-SHA256 signature verification on outbound Webhooks
  • Sub-50ms endpoint latency across global Cloudflare Edge
CreateDeal.ts
POST /api/v1/crm-and-sales/deals
import { WorkspaceClient } from '@180workspace/sdk';

const client = new WorkspaceClient({
  apiKey: process.env.WORKSPACE_API_KEY
});

// Create a new deal and trigger Work Graph execution
const deal = await client.crm.createDeal({
  title: 'Enterprise Cloud Migration',
  amount: 45000,
  stage: 'PROPOSAL_SENT',
  contactEmail: '[email protected]'
});

console.log('Deal created with ID:', deal.id);
REST API v1 Reference

Core API Endpoints

Standard HTTP endpoints available across all platform modules.

POST/api/v1/identity/auth/login
Auth

Authenticate user and receive JWT bearer token and refresh tokens.

GET/api/v1/crm-and-sales/deals
CRM

List and filter active sales pipeline deals with revenue weighting.

POST/api/v1/projects-and-tasks/tasks
Projects

Programmatically create sprint tasks, set assignees, and deadlines.

POST/api/v1/traffic-director/evaluate/:slug
Edge

Edge-based real-time traffic evaluation & bot shielding endpoint.

POST/api/v1/finance/invoices
Finance

Generate custom invoices and receive hosted Stripe payment links.

POST/api/v1/ai/meetings/process
AI

Upload meeting transcripts or audio for autonomous task extraction.

Built for Freelancers, Agencies & Teams

Start building with the 180workspace API today.

Create your developer account, generate API keys, and build custom integrations in minutes.

14-Day Free Trial on $12 PlanNo Credit Card Required UpfrontInstant Setup • Cancel Anytime