FAQ: Tag

Tag: public-api

Categories

    Tags

      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.

      How do I get started with the Public API?

      Generate your API key from Settings → Integrations → Public API section. Click 'Generate API Key' and copy it immediately - it's only shown once. Include the key in the Authorization header (Bearer YOUR_API_KEY) with all requests to https://corcava.com/api/v1. Visit /api/v1/docs for complete interactive documentation with all endpoints, request/response examples, and testing capabilities.

      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.