To integrate the editor successfully, you will need to retrieve your unique Project ID. Depending on your current workflow or installation type, you may use one of the following methods within the Unlayer Console.
Method 1: Via the Installation Settings (Recommended)
This method is ideal for users implementing the editor using the JavaScript library.
Authentication: Log in to the Unlayer Console.
Navigate to Developer Tools: Hover over the Developer tab in the main navigation menu on the left hand side.
Access Builder Settings: Select Builder, then click on Settings.
Open Installation Tab: Within the settings menu, select the Installation tab.
Select Framework: Click on the Javascript option.
Retrieve ID: Locate the Initialize the Editor section. Your Project ID will be displayed within the initialization code snippet.
Method 2: Via the Self-Hosted Tab
If you are managing a self-hosted configuration, you can access the ID directly through the following steps:
Authentication: Log in to the Unlayer Console.
Navigate to Developer Tools: Hover over the Developer tab on the left hand side.
Access Builder Settings: Select Builder, followed by Settings.
Retrieve ID: Click on the Self-Hosted tab. The Project ID will be clearly listed on this page.
Note: Ensure you keep your Project ID secure, as it is required to authenticate your API requests and editor sessions.
