Skip to main content
Creating OAuth clients

How to generate a new OAuth client.

Lars Gielen avatar
Written by Lars Gielen
Updated over a month ago

Read this article to learn how you can easily create OAuth Clients.

An OAuth, read Open Authorization , is an open standard for authorization. This makes it possible to create a link between your webshop or application and the Dashboard. You do this by means of a secret code and client ID.

You can find more depth about OAuth Clients in our publicly available API documentation.

Follow these steps to create an OAuth Client:

  1. Log in to your Business Dashboard

  2. Navigate to 'Apps' and then to Integrations

  3. Click on OAuth Clients in the vertical bar and then on the blue Add button.
    ​By clicking on the OAuth Client, the Client ID and secret code are created

  4. Depending on the type of integration to be accomplished, you will also need to update the redirect URL

πŸŽ‰ You have now created an OAuth Client. Use the requested data to create a link between your application and the Dashboard. You can enter this in your own environment.

Did this answer your question?