API Reference
Complete reference documentation for the codmir REST API.
Base URL
https://api.codmir.com
Authentication
Bearer token via API key
Rate Limit
1000 requests/minute
Authentication
All API requests require authentication via a Bearer token. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYEndpoints
Projects
Manage projects and their settings.
Tickets
Create and manage tickets within projects.
Users
Access user and team member information.
Webhooks
Configure and manage webhooks.
Error Codes
| Code | Description |
|---|---|
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid or missing API key |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Resource doesn't exist |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Internal Server Error |