Category: Settings
Resource links
Updated

Getting the ApplicationId of an Appsmith App

Issue

How do I find the application id for my app?

Resolution

Follow the below steps to get the Application ID:

  1. Open any app and go to the Network pane from debugger tools.
  2. Search for the string applicationId.
  3. Open the request that comes up and copy the id from the payload.

This screen recording demonstrates the above steps.