Developers
Build on ScratchBoard.
REST API
Full CRUD API for entities, users, roles, reports, and more. JWT and API key authentication available.
Available in the platformGet started in seconds
A single API call to create your first record.
# Create a record
curl -X POST https://api.scratchboard.cloud/v1/entity/leads \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{"name": "Acme Corp", "email": "john@acme.com", "status": "new"}'Works with
CursorClaude CodeWindsurfVS CodeStripeZapier
Get Your API Key
Sign up for free and generate your API key in seconds.