🔒 Not Authenticated

🔐 License Authentication ( Platform Compatible)

🔒 Encryption Notice

This endpoint supports encrypted requests compatible with the existing platform system using AES-256-CBC encryption.

📋 License Information

Demo License Keys (Working):

â€ĸ DEMO-1234-5678-9012-ABCD

â€ĸ TEST-1234-5678-9012-ABCD

Device Code: Any unique identifier for your device

Mobile: Any number

Sample License Data:

{ "device_name": "Test Device", "license_key": "DEMO-1234-5678-9012-ABCD", "device_code": "TEST-DEVICE-001", "version": "1.0.0", "mobile": "+1234567890" }

🔓 Simple License Check

Simple License Validation:

{ "license_key": "DEMO-1234-5678-9012-ABCD", "device_code": "TEST-DEVICE-001", "device_name": "Test Device", "mobile": "+1234567890", "version": "1.0.0" }

â„šī¸ Authentication Information

📋 List Kanban Columns

🔑 Authentication Required

This endpoint requires license authentication via headers or parameters.

Current license will be used from the authentication section.

📋 Create Kanban Column

Sample Column Data:

{ "name": "In Progress", "color": "#4ECDC4" }

📋 Show Kanban Column

🔑 UUID Format Required
Use UUID format like: 019aa550-7fa4-70be-bfc2-4ee867fe91bc
💡 Get available UUIDs from List Kanban Columns first
❌ Don't use numeric IDs like 1 or 123

📋 Update Kanban Column

📋 Delete Kanban Column

📂 List All Tabs

📂 Create New Tab

Sample Tab Data:

{ "name": "Important Contacts", "description": "VIP clients and important contacts", "visible": true, "ids": ["2347061267646@c.us", "1234567890@c.us", "9876543210@c.us"], "user_id": 1 }

📝 List Notes

📝 Create Note

Sample Note Data:

{ "title": "Meeting Notes", "content": "Discussed project timeline and deliverables", "contact": "+1234567890" }

🔔 List Reminders

Get all reminders for the authenticated user

🆕 Create Reminder

Create a new reminder with title, content, and remind time

Format: YYYY-MM-DD HH:MM

đŸ—“ī¸ List Schedules

đŸ—“ī¸ Create Schedule

Sample Schedule Data:

{ "title": "Team Meeting", "description": "Weekly team sync meeting", "start_date": "2025-11-29 10:00:00", "end_date": "2025-11-29 11:00:00", "associated_user": "+1234567890" }