{"ok": true, "name": "Kwely Integration API", "version": "v1", "auth": {"header": "X-Kwely-Api-Key", "alternative_header": "Authorization: Bearer <api_key>"}, "public_endpoints": {"tenant_profile": "/api/v1/public/tenants/<tenant_slug>/", "tenant_homepage": "/api/v1/public/tenants/<tenant_slug>/homepage/"}, "hotel_endpoints": {"catalog": "/api/v1/integrations/hotels/<tenant_slug>/catalog/", "availability": "/api/v1/integrations/hotels/<tenant_slug>/availability/?branch_slug=<slug>&check_in_date=YYYY-MM-DD&check_out_date=YYYY-MM-DD", "reservations_list_create": "/api/v1/integrations/hotels/<tenant_slug>/reservations/", "reservation_detail_update": "/api/v1/integrations/hotels/<tenant_slug>/reservations/<reservation_id>/"}, "note": "Public endpoints are open read-only. Hotel integration endpoints require API keys with scopes."}