Skip to main content
There are no official Vendaze SDKs. The API follows standard REST and HTTP conventions and works with any HTTP client. The snippets below cover the most common operations in three languages. Copy, adapt, and ship.
All examples assume you have already completed the OAuth flow and have a valid access_token and refresh_token. See Authentication if you have not done that yet.

Node.js

Uses the built-in fetch API (Node.js 18+). No dependencies required.

Python

Uses the httpx library (async). Install with pip install httpx.

Go

Uses the standard library only. No external dependencies.

Community resources

No official SDKs exist yet. If you build a client library for Vendaze, open a pull request on the vendaze/vendaze-api repository to have it listed here.