Complete Dyzo API Documentation - Project Management, Team Collaboration & Time Tracking Platform
Capabilities and features
Complete company registration flow with OTP verification and admin account creation.
/get-register-otp/Send verification OTP to email address. First step in company registration.
1{2 "email": "[email protected]"3}/api/create-company-and-employee/Registers a new company and creates the first admin employee. Also activates a 30-day trial subscription, creates default schedule, workspace, storage and notification setup.
1{2 "company_name": "Acme Technologies Inc.",3 "email": "[email protected]",4 "otp": "######",5 "first_name": "John",6 "last_name": "Doe",7 "referral_code": "XYZ123"(optional),8 "appleUserId": "apple-user-unique-id " (optional)9}/verify-email/Send verification email to user (optional step after company creation).
1{2 "email": "[email protected]"3}