RESTful JSON API for tasks, crumbs, templates, stats, and exports. Authenticate with a Bearer token.
Include your API key in the Authorization header. Generate keys from Settings → API Keys.
curl https://syncflow.me/api/v1/tasks \
-H "Authorization: Bearer YOUR_API_KEY"| Code | Meaning |
|---|---|
200 | Success |
201 | Created |
400 | Bad request |
401 | Unauthorized |
404 | Not found |
429 | Rate limited |
500 | Server error |