Glanevo Public API — Overview
The Glanevo Public API lets you manage appointments, customers, payments and reports programmatically: Base URL `https://apiglanevocom/v` …
Authentication — API Key + OAuth
API key — for server-side work Settings → Developers → API keys → “New key” → choose the scope (read / write / admin) Store the key as a …
Webhooks — Event Notifications
A webhook is a notification Glanevo sends to your address when something happens Registration Settings → Developers → Webhooks → + New: - U…
Official SDKs
Nodejs / TypeScript — released ```bash npm install @glanevo/sdk ``` ```ts import { Glanevo } from "@glanevo/sdk"; const glanevo = new Glan…