Install
Quickstart
Verifying webhooks
Rate-limit handling
The client auto-retries 429s up to 3 times, respectingRetry-After:
Error handling
Types
Every request + response is typed. Hover in VS Code for docs on each field.OAuth helpers
For partner apps that act on behalf of individual Yotel users, the SDK ships PKCE-ready OAuth helpers — works in browser + Node.JWTBearerFlow is Node-only (it signs with node:crypto). Browser
bundles that only use the authorization-code flow won’t include any
Node-specific imports.
See OAuth 2.0 for the full flow reference.