Articles in this section

Set up an OAuth 2.0 connection to lexbizz

lexbizz is a data platform that helps for expansive data access, powerful analytics, and automation in real time.

Set up a connection

After you start the connection, configure it in the Create connection panel and complete all of the required * authentication settings:

Setting

Instructions

Name your connection * 

Enter a clear and distinguishable name.

Throughout integrator.io imports and exports, you will have the option to choose this new connection. A unique identifier will prove helpful later when selecting it from a list of the connections in your account.

Auth type * 

Select OAuth 2.0 as the authentication type for this connection (the cookie option is described separately).

OAuth 2.0 client * 

Select the OAuth 2.0 client that stores the API key (client ID and client secret) provided to you by lexbizz.

dataLoad.svg​​ How to retrieve client ID and client secret 

To add an OAuth 2.0 client and configure your credentials, click the plus (+) button. Click the edit (dataLoad.svg​​) button to modify a selected OAuth 2.0 client. For more information, see Create an OAuth 2.0 iClient resource.

Scopes * 

Scopes are OAuth 2.0 permissions that the lexbizz API defines to limit access to your account.

dataLoad.svg​​ How to configure scopes 

Instance URL* 

Enter your lexbizz account instance URI.

For example, if your base URI is https://isv.lexbizz.app/entity/Default/20.200.001, then https://isv.lexbizz.app is the instance URI.

Endpoint name * 

Enter your lexbizz endpoint name.

dataLoad.svg​​ How to retrieve the endpoint name 

Endpoint version * 

Enter your lexbizz endpoint version.

dataLoad.svg​​ How to retrieve endpoint version 

Tip

This connector documentation describes only the settings shown for the Simple view. For the corresponding HTTP settings, see OAuth 2.0 auth universal connector documentation.

How to retrieve the client ID and client secret

  1. Sign in to your lexbizz account.

  2. Navigate to More items > Integration > Preference > Connected applications.

  3. Leave Client ID blank for a new app, or search for an existing app.

  4. Enter the Client name.

  5. Check Active.

  6. From OAuth 2.0 flow,select Authorization code.

  7. In the Secrets tab,click Add shared secret.

  8. Enter a Description.

  9. Choose Expires on.

  10. Copy Value (client secret) and click Ok.

  11. In the Redirect URI field, copy and paste the URI mentioned below depending on your instance:

    • For NA: paste https://integrator.io/connection/oauth2callback

    • For EU: paste https://eu․integrator.io/connection/oauth2callback

  12. Click Save.

  13. Copy Client ID.

How to configure scopes

  1. Click Scope.

  2. To access all of the scopes in the API, click the » button.

    – or – 

    Check the scopes you want to add and click the > button.

  3. Check this box to reveal iClient options.

  4. Click Save.

lexbizz-oauth-2.png

How to retrieve the endpoint name and version

Retrieve the endpoint name:

  1. Sign in to your lexbizz account.

  2. Navigate to More items > Integration > Preference > Web service endpoints.

  3. Copy the Endpoint name.

Retrieve the endpoint version:

  1. Sign in to your lexbizz account.

  2. Navigate to More items > Integration > Preference > Web service endpoints.

  3. Copy the Endpoint version.

Additional references