DEV Community

Alex Martinez
Alex Martinez

Posted on

4 ways to retrieve your OrgID/groupID from Anypoint Platform

Note: the ids and credentials in this article are no longer available.

From Access Management

In Anypoint Platform, head to Access Management > Business Groups and select the Business Group you want to retrieve the ID from. You will see the Business Group ID in the Settings tab.

Screenshot from Access Management

In this screen, you will also find more information like

  • organization's client id/secret - which are normally used from Anypoint Studio to test API Autodiscovery
  • organization domain - useful to access your Exchange public portal

Plus, if you go to the Environments tab, you will be able to retrieve each environment's client id/secret, which are useful for API Autodiscovery and other features.

From API Manager's URL

In Anypoint Platform, head to API Manager. Take a look at the URL in your browser. Your organization ID is the one after the organizations/ part.

Screenshot of the URL

Here's my URL as example:

https://anypoint.mulesoft.com/apimanager/sf-7743/#/organizations/4500658a-7637-4fcf-bc7d-51d1feb28edb/environments/f2346118-f56d-4a11-8009-491e6f9ed6d9/apis
Enter fullscreen mode Exit fullscreen mode

In this URL, you will also find more information like

  • organization domain - in this example it would be sf-7743
  • environment ID - in this example it would be f2346118-f56d-4a11-8009-491e6f9ed6d9

From API Manager's UI

In Anypoint Platform, head to API Manager and click on the Environment information (ℹī¸) button, next to the Add API button. You will see the Business Group ID in this prompt.

Environment information from API Manager

In this prompt, you will also find more information like

  • environment id
  • environment's client id/secret
  • organization's client id/secret

Using the Anypoint Platform Chrome Extension

You can download this chrome extension here. It was created by Edgar Moran, MuleSoft Ambassador. I cannot recommend this extension enough!

Screenshot of the Anypoint Platform Chrome Extension to retrieve the organization id

Besides helping you retrieve the organization id, you can also find the environment id and the token to connect Anypoint Platform :) ...and more!!

Top comments (0)