Skip to content

Bexio API v3

Compare
Choose a tag to compare
@mathewmeconry mathewmeconry released this 20 Sep 23:22
· 20 commits to master since this release
3d9318d

What's changed

  • removes oauth2 flow (breaking change)
  • refactors constructor to work with tokens instead of oauth2 credentals (breaking change)
  • adds Items/Article endpoint
  • aligns version numbers to Bexio's API version number
  • removes fake login functionality (breaking change)

What is an API Token?

TLDR

It is another way of authentication against the new API. Makes life much easier and simpler.

For more information please read the official documentation. http://docs.bexio.com/#section/Authentication/API-Tokens

Where do I get a token?

Go here https://office.bexio.com/index.php/admin/apiTokens and login with your Bexio account

What permissions does this token have?

That's a tricky question...
According to the documentation the token inherits the permission of the user, who creates the token.
This is the official statement from Bexio in the documentation:

The scope of access of the token is determined by the scope of the super admin’s access that creates the token.