X-API-Key: ********************curl --location 'https://api.snakk.ai/api/calendar/agents//bookings?phone=&include_past=' \
--header 'X-API-Key: <api-key>'{
"bookings": [
{
"id": "evt_123",
"start": "2026-06-26T09:00:00.000Z",
"end": "2026-06-26T09:30:00.000Z",
"customer_name": "Ola Nordmann",
"customer_phone": "+4799999999",
"status": "confirmed"
}
]
}