Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First, we will create a new OAuth2 application. The OAuth2 application allows authorization to the API using any owner or guest account. The client application management interface is available after logging in to your account.

  1. Click on the user icon in the upper right corner and select an option </> API.

    Image Modified
  2. Click on OAuth2 Application.

    Image Modified

  3. The OAuth2 application defines the requester for access to the application interface. Only full access accounts can create the application. The application can be used to authorize any system account.

  4. When creating an application, you need to enter the following information:

    1. name - any name, e.g. "My application"

    2. application description - any description

    3. list of redirect URLs - The URL to which the user is redirected after authorization

    Image Modified


After OAuth2 is created, the application is generated:

...