{ "business": { "name": "God's Eye", "phone": "2102830823", "address": "Πεύκων, 22, Metamorfosi, Greece, 144 51", "latitude": "38.057872566901665", "longitude": "23.757794509141718", "url": "https://godseye.datelly.gr", "currency": "EUR" }, "businessHours": [ { "day": "Monday", "open": true, "from": "10:00", "to": "18:00" }, { "day": "Tuesday", "open": true, "from": "11:00", "to": "20:00" }, { "day": "Wednesday", "open": true, "from": "10:00", "to": "18:00" }, { "day": "Thursday", "open": true, "from": "11:00", "to": "20:00" }, { "day": "Friday", "open": true, "from": "11:00", "to": "20:00" }, { "day": "Saturday", "open": true, "from": "10:00", "to": "18:00" }, { "day": "Sunday", "open": false, "from": "12:00", "to": "17:00" } ], "services": [ { "id": 1, "name": "Haircut", "nameEn": "Haircut", "category": "Men", "categoryId": 1, "type": "incall", "price": 12, "durationMin": 30, "description": "" }, { "id": 2, "name": "Shaving - Trimming", "nameEn": "Shaving - Trimming", "category": "Men", "categoryId": 1, "type": "incall", "price": 4, "durationMin": 15, "description": "" }, { "id": 3, "name": "Haircut With Design", "nameEn": "Haircut With Design", "category": "Men", "categoryId": 1, "type": "incall", "price": 25, "durationMin": 60, "description": "Contact for design" }, { "id": 5, "name": "Hair dyeing", "nameEn": "Hair dyeing", "category": "Men", "categoryId": 1, "type": "incall", "price": 65, "durationMin": 180, "description": "" } ], "categories": [ { "id": 1, "name": "Men" } ], "workers": [ { "id": 3, "name": "Ηλίας Σετελίδης", "nameEn": "Ilias Setelidis", "incall": true, "outcall": false }, { "id": 8, "name": "Μιχάλης Σκοκας", "nameEn": "Ligaa", "incall": true, "outcall": false }, { "id": 9, "name": "Οργκεστ Χοτζα", "nameEn": "Orgest Hotza", "incall": true, "outcall": false } ], "workerSchedules": [ { "workerId": 3, "workerName": "Ilias Setelidis", "schedule": [ { "day": "Monday", "open": false, "from": "11:00:00", "to": "20:00:00" }, { "day": "Tuesday", "open": true, "from": "11:00:00", "to": "20:00:00" }, { "day": "Wednesday", "open": true, "from": "10:00:00", "to": "18:00:00" }, { "day": "Thursday", "open": true, "from": "11:00:00", "to": "20:00:00" }, { "day": "Friday", "open": true, "from": "11:00:00", "to": "20:00:00" }, { "day": "Saturday", "open": true, "from": "10:00:00", "to": "18:00:00" } ] }, { "workerId": 8, "workerName": "Ligaa", "schedule": [ { "day": "Monday", "open": false, "from": "11:00:00", "to": "20:00:00" }, { "day": "Tuesday", "open": true, "from": "12:00:00", "to": "20:00:00" }, { "day": "Wednesday", "open": true, "from": "10:00:00", "to": "18:00:00" }, { "day": "Thursday", "open": true, "from": "12:00:00", "to": "20:00:00" }, { "day": "Friday", "open": true, "from": "12:00:00", "to": "20:00:00" }, { "day": "Saturday", "open": true, "from": "10:00:00", "to": "18:00:00" } ] }, { "workerId": 9, "workerName": "Orgest Hotza", "schedule": [ { "day": "Tuesday", "open": true, "from": "11:00:00", "to": "20:00:00" }, { "day": "Wednesday", "open": true, "from": "10:00:00", "to": "18:00:00" }, { "day": "Thursday", "open": true, "from": "11:00:00", "to": "20:00:00" }, { "day": "Friday", "open": true, "from": "11:00:00", "to": "20:00:00" }, { "day": "Saturday", "open": true, "from": "10:00:00", "to": "18:00:00" } ] } ], "booking": { "deepLinkFormat": "https://godseye.datelly.gr/?services={serviceIds}&worker={workerId}&date={YYYY-MM-DD}&time={HH:MM}&name={customerName}&phone={customerPhone}&email={customerEmail}&autobook=1&autobook_token={token}", "autobook_token": "eyJleHAiOjE3NzU0MDEwMDksInN1YiI6ImdvZHNleWUiLCJub25jZSI6IjQyYmVkNzAxZGNhMWY2OTMiLCJpYXQiOjE3NzU0MDAxMDl9.78cfb74922a0cb49e3bafe15c5cb629554e60b82f0fbd0366065061ceba2d59d", "autobook_token_expires_in": "15 minutes", "parameters": [ { "name": "services", "required": true, "description": "Comma-separated list of service IDs to book. Use the \"id\" field from the services array.", "example": "1,2,3" }, { "name": "worker", "required": false, "description": "Worker/professional ID. If omitted, the first available worker is auto-selected.", "example": "1" }, { "name": "date", "required": false, "description": "Appointment date in YYYY-MM-DD format. Must be today or a future date when the business is open.", "example": "2026-04-06" }, { "name": "time", "required": false, "description": "Desired start time in HH:MM (24-hour) format. Must match an available slot on the selected date.", "example": "10:00" }, { "name": "name", "required": false, "description": "Customer full name (first and last). Auto-fills the booking form.", "example": "John Doe" }, { "name": "phone", "required": false, "description": "Customer phone number (10 digits, no country code prefix).", "example": "6900000000" }, { "name": "email", "required": false, "description": "Customer email address. Auto-fills the booking form.", "example": "john@example.com" }, { "name": "autobook", "required": false, "description": "Set to \"1\" to automatically accept terms and submit the booking. MUST be paired with a valid autobook_token.", "example": "1" }, { "name": "autobook_token", "required": false, "description": "HMAC-signed security token required for autobook. Get a fresh token from this endpoint (booking.autobook_token). Tokens expire after 15 minutes. Without a valid token, autobook will be ignored and the user must manually confirm.", "example": "<use the autobook_token value from this response>" } ], "notes": [ "If a requested service, worker, date, or time is unavailable, the user is shown a warning and can choose an alternative.", "All parameters except \"services\" are optional. If only services are provided, the user starts at the date/time selection step.", "If date and time are both provided, the system auto-navigates to the booking confirmation step.", "Times use 24-hour format (e.g., 14:30 for 2:30 PM).", "IMPORTANT: To use autobook=1, you MUST first fetch this endpoint to get a fresh autobook_token. The token expires in 15 minutes.", "For AI agents: 1) Fetch this endpoint, 2) Get the autobook_token from the response, 3) Include both autobook=1 and autobook_token={token} in the deep-link URL.", "Rate limiting: Max 5 bookings per IP per hour and 3 per phone per day. Duplicate appointments at the same date/time are rejected.", "A hidden honeypot field protects against simple bots. Legitimate AI agents and users are not affected." ] }
}