🔌API Auth

Overview

API Authentication is an essential part of the Business Manager, as it enables secure access to the DG Live APIs for your metaverse NFT store. This section covers how to obtain API credentials and use them to authenticate API calls.

How to obtain API credentials

  1. Click on the API Auth tab in the Business Manager dashboard.

  2. If you haven't already generated API credentials, click on the Generate API Key button.

  3. Your API Key and Secret will be displayed. Make sure to save these credentials securely, as they will be required to authenticate your API calls.

This options takes you to the API authorization screen as seen in the above image.

Using this interface you can simply create new API Keys. Several dashboard endpoints require you to have a valid API Key.

You may find keys automatically created by the system.

How to use API credentials

When making API calls to DG Live APIs, include your API Key and Secret in the request headers or query parameters as required by the specific API documentation. This will ensure your API calls are securely authenticated and authorized.

Warning

Do not share your TOKEN keys with anyone outside of your organization. Doing so may have serious security consequences.

Last updated