Unlock Lucky Wheel Manage (v1)
Method & Path
POST /api/v1/public/dollab/manage/unlock
Actual path: /v1/public/dollab/manage/unlock
Description
Unlocks the Manage panel and returns the full shared item list, including appearance weights. This is a local password gate, not Placio login.
Authentication
Password in body. Persona: Customer (organizer using Manage). Not Workspace Owner / Staff / Admin auth.
Headers
Content-Type: application/json
Request Body
{
"password": "admin123"
}
Default password is admin123. Override with DOLLAB_MANAGE_PASSWORD on the API.
Response 200 OK
{
"items": [
{
"id": "3f1a0c2e-4b8d-4a91-9c77-1d2e3f4a5b6c",
"label": "خصم 50%",
"weight": 10,
"color": "#f59e0b"
}
]
}
Common Errors
- 400 Bad Request: Password missing
- 403 Forbidden: Wrong manage password
- 500 Internal Server Error: Could not load the wheel