Complete Dyzo API Documentation - Project Management, Team Collaboration & Time Tracking Platform
Let's build something amazing
Welcome to the Dyzo API documentation. This comprehensive guide will help you integrate our powerful project management, team collaboration, and time tracking APIs.
https://api.dyzo.aiAll API requests should be made to this base URL followed by the endpoint path.
Get up and running in 3 easy steps
Navigate to API Key Management and generate a new API key or use JWT authentication via login.
Use your API key or JWT token to authenticate requests.
1curl -X GET "https://api.dyzo.ai/tasks/" \2 -H "X-API-Key: YOUR_API_KEY" \3 -H "Content-Type: application/json"Browse through the sidebar to explore all available endpoints and their capabilities.
Powerful features at your fingertips
Handle errors gracefully
NO_ACCESS_TOKENMissing Authorization headerTOKEN_EXPIRED_NO_REFRESHAccess token expired, no refresh tokenINVALID_API_KEYAPI key not found or inactiveRATE_LIMIT_EXCEEDEDToo many requests (HTTP 429)USER_INACTIVEUser account is inactiveUSER_NOT_FOUNDUser not foundAUTHENTICATION_REQUIREDAuthentication requiredINVALID_ACCESS_TOKENInvalid access tokenAPI_KEY_EXPIREDAPI key has expiredTrack and debug API responses
X-New-Access-TokenNew access token after auto-refreshX-RateLimit-RemainingRemaining API calls for current periodX-Total-CountTotal records count in paginated responsesX-Request-IdUnique request identifier for debuggingContinue your journey