
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.
Some operations require specifying the Organization ID for MuleSoft applications. The Organization ID (Org ID) can also be used to distinguish exactly the Business Group or Master Organization against which some requests need to be performed.
There are several methods that can be used to obtain the Organization ID for MuleSoft's Anypoint Platform.
> account business-group list
┌────────────────────────────────────────┬───────────────┬────────────────────────────────────────┐
│ Name │ Type │ Id │
├────────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
│ Great Company │ Master │ 12345678-7831-8734-9999-a0a0a0a0a0a0 │
├────────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
│ Retail │ Business unit │ abcdef01-1234-53e1-a3b4-b0b0b0b0b0b0 │
├────────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
│ Engineering │ Business unit │ 87654321-abcd-e8e2-bab4-c0c0c0c0c0c0 │
└────────────────────────────────────────┴───────────────┴────────────────────────────────────────┘
You will see the tree view of the Master Org and business groups listed. Click on the Master Org or a business group, you will see the Organization ID:
https://anypoint.mulesoft.com/accounts/businessGroups/XXXXXXX-XXXX-XXXX-XXXX-XXXXXXX
The masqueraded string ('XXXXXXX-XXXX-XXXX-XXXX-XXXXXXX') on the example-provided URL (after 'businessGroups/') is the Org ID of the selected organization.
Please see the article How to generate your Authorization Bearer token for Anypoint Platform to get a token to invoke the API. Then invoke the URL https://anypoint.mulesoft.com/accounts/api/me with the token.
Example:
curl -H "Authorization: Bearer [YOUR_ACCESS_TOKEN]" https://anypoint.mulesoft.com/accounts/api/me tags: Core Services ID
001115130