Logo

Dyzo API

v2.0.0

Getting Started

Complete Dyzo API Documentation - Project Management, Team Collaboration & Time Tracking Platform

Getting Started with Dyzo API

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.

Base URL

https://api.dyzo.ai

All API requests should be made to this base URL followed by the endpoint path.

Quick Start Guide

Get up and running in 3 easy steps

1

Get your API Key

Navigate to API Key Management and generate a new API key or use JWT authentication via login.

2

Make Your First Request

Use your API key or JWT token to authenticate requests.

cURL
1curl -X GET "https://api.dyzo.ai/tasks/" \
2 -H "X-API-Key: YOUR_API_KEY" \
3 -H "Content-Type: application/json"
3

Explore the Documentation

Browse through the sidebar to explore all available endpoints and their capabilities.

What You Can Build

Powerful features at your fingertips

Authenticate using API keys or JWT tokens
Manage projects, tasks, and team members
Track time, attendance, and leaves
Generate reports and analytics
Real-time notifications and updates

Common Error Codes

Handle errors gracefully

NO_ACCESS_TOKENMissing Authorization header
TOKEN_EXPIRED_NO_REFRESHAccess token expired, no refresh token
INVALID_API_KEYAPI key not found or inactive
RATE_LIMIT_EXCEEDEDToo many requests (HTTP 429)
USER_INACTIVEUser account is inactive
USER_NOT_FOUNDUser not found
AUTHENTICATION_REQUIREDAuthentication required
INVALID_ACCESS_TOKENInvalid access token
API_KEY_EXPIREDAPI key has expired

Important Response Headers

Track and debug API responses

X-New-Access-TokenNew access token after auto-refresh
X-RateLimit-RemainingRemaining API calls for current period
X-Total-CountTotal records count in paginated responses
X-Request-IdUnique request identifier for debugging

Next Steps

Continue your journey

  • Explore the Authentication section to learn about API Keys and JWT tokens
  • Check out Projects and Tasks APIs to start building
  • Review rate limits and error handling best practices