# bexio

> NPM Package for the api of bexio.com

Latest version **4.0.1** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install bexio
pnpm add bexio
yarn add bexio
bun add bexio
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 4.0.1 |
| Published | 2026-09-24 |
| First published | 2018-11-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | Mathias Scherer |
| Maintainers | hack0 |
| Keywords | bexio, bexioAPI, bexio.com, office.bexio.com |

## Links

- npm: https://www.npmjs.com/package/bexio
- Repository: https://github.com/mathewmeconry/bexio
- Homepage: https://github.com/mathewmeconry/bexio#readme
- Issues: https://github.com/mathewmeconry/bexio/issues
- npm.io page: https://npm.io/package/bexio

## Recent versions

- 4.0.1 (latest) — 2026-09-24
- 4.0.0 — 2026-06-30
- 3.8.1 — 2026-05-28
- 3.8.0 — 2026-05-11
- 3.7.0 — 2026-05-01
- 3.6.2 — 2026-04-27
- 3.6.1 — 2026-03-25
- 3.6.0 — 2026-03-18
- 3.5.0 — 2026-01-06
- 3.4.0 — 2025-12-29
- 3.3.0 — 2025-12-24
- 3.2.1 — 2025-12-01
- 3.2.0 — 2025-11-10
- 3.1.1 — 2023-12-20
- 3.1.0 — 2023-06-15
- … 23 more at https://npm.io/package/bexio/versions

## README

# Bexio

[![Tests](https://github.com/mathewmeconry/bexio/workflows/Test/badge.svg)](https://github.com/mathewmeconry/bexio/actions)
![npm](https://img.shields.io/npm/v/bexio)

## Description

**Basic build and NPM-Package is in ES6!**

NPM Package for the API of [Bexio](https://www.bexio.com)

## Typings

The typings for the module are already included in the package

## API Documentation

The whole documentation of the API can be found here: [https://docs.bexio.com/](https://docs.bexio.com/)

## Support

NodeJS >= 18.14

## Functions

Not all API endpoints are implemented yet. If an endpoint you need is missing, please open a pull request.

## Example

How to use this library

```typescript
// import the module
import Bexio from "bexio";

// init the module with the API_TOKEN
const bexio = new Bexio(API_TOKEN);

// show the contact with ID 1 (Promise)
bexio.contacts.show(1).then((contact) => {
  console.log(contact);
});
```

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## License

MIT

---
_Source: https://npm.io/package/bexio · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
