#integration

11 questions

Is there an API for custom development?

Yes! Corcava provides a comprehensive RESTful Public API for custom integrations and automation. Access your projects, tasks, boards, clients, contacts, and tickets programmatically. Generate API keys from Settings → Integrations, and use standard HTTP methods to create, read, update, and delete resources. Full interactive API documentation is available at /api/v1/docs with examples and endpoint details.

What can I do with the Public API?

The Public API provides full CRUD access to projects, tasks, boards, clients, contacts, and tickets. Create projects automatically, sync tasks from external tools, build custom dashboards, integrate with webhooks, and automate workflows. All requests are automatically scoped to your team for security. Use filtering, searching, and pagination to efficiently retrieve data. Perfect for developers building custom integrations or automating repetitive tasks.