đ 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:
đĄ Get available UUIDs from List Kanban Columns first
â Don't use numeric IDs like
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"
}