Developer API Docs
Integrate ChullSheet programmatically
Use the ChullSheet API to trigger habits completion status, push custom tasks, retrieve board metrics, or synch data into external platforms.
GET /api/v1/habitscURL
curl -X GET "https://api.chullsheet.com/v1/habits" \ -H "Authorization: Bearer cl_sk_live_..." \ -H "Content-Type: application/json"
Response
{
"success": true,
"data": [
{ "id": "hb_09827", "name": "LeetCode Daily", "color": "emerald", "streak": 18 },
{ "id": "hb_87239", "name": "System Design Prep", "color": "indigo", "streak": 5 }
]
}OAuth & API Keys
Secure integrations using Clerk credentials and custom scopes for read/write access controls.
Webhooks Support
Get notified in real-time when team tasks are completed, or when habits streaks are updated.
SDK Libraries
Official packages for Javascript, Python, and Go are available for faster integration.
Build with ChullSheet
Access extensive API tutorials and sandbox environments for testing your integrations.