Where can I get back my App ID?

In Apps, I find my list of Apps with their names but not the ID ?

You can find the ‘ids’ in the address bar whilst navigating the partner or developer dashboard. Hope that helps!

1 Like

+1 for what @bkspace mentioned, that’s usually the easiest way. If your app is installed on a shop and you’re able to make Admin API requests on it, you can also run this to grab your app ID and other app details if needed:

{
  currentAppInstallation {
    app {
      id
    }
  }
}

Wanted to share that as another possibility in case it helps!

1 Like