Bexio OAuth Setup for their API Version 3.0 (resolved)

In case you’re struggling to set up the OAuth API for the new Bexio API (Version 3.0), here’s how I finally got it to work.

The trick was to change User ID key path to sub (it’s the element in which Bexio returns the user ID from the https://idp.bexio.com/userinfo endpoint.

You need to sign up your application here to get the Client ID and Client Secret: https://developer.bexio.com/

  • App ID (in Bubble) = Client ID (in Bexio)
  • App Secret (in Bubble) = Client Secret (in Bexio)

Bexio Docs: https://docs.bexio.com/

2 Likes