Please refer the knowledge article "How to generate your Authorization Bearer token for Anypoint Platform".
By using the Authorization Token from Step 1, execute the below API
curl -H "Authorization: Bearer AUTH_TOKEN" https://anypoint.mulesoft.com/accounts/api/me
Below is the output snippet from the above API call, "id" field contains the Organization ID value.
"organization": {
"name": "user.name",
"id": "xxxx-yyyy-zzzzz-vvvv"
}
Note: values in the above snippet output is masked. Use it as a reference only.
curl -v -X GET -H "Authorization: bearer <AUTH_TOKEN>" -H "Content-Type: application/json" "https://anypoint.mulesoft.com/exchange/api/v1/assets?organizationId=xxxx-yyyy-zzzzz-vvvv"Note: values in the above snippet output is masked. Use it as a reference only.
curl -v -X GET -H "Authorization: bearer <AUTH_TOKEN>" -H "Content-Type: application/json" "https://anypoint.mulesoft.com/exchange/api/v1/assets?organizationId=xxxx-yyyy-zzzzz-vvvv&organizationId=xxxx-yyyy-zzzzz-wwww"
curl -v -X GET -H "Authorization: bearer <AUTH_TOKEN>" -H "Content-Type: application/json" "https://anypoint.mulesoft.com/exchange/api/v1/assets?organizationId=xxxx-yyyy-zzzzz-vvvv&organizationId=xxxx-yyyy-zzzzz-wwww&type=rest-api"
In order to get specific information of an asset's version, use the Authorization Token and Organization ID from Step 1 & 2 and the groupId, assetId and version from Step 3, execute the below API call:
curl -v -X GET -H "Authorization: bearer <AUTH_TOKEN>" -H "Content-Type: application/json"
"https://anypoint.mulesoft.com/exchange/api/v1/assets/{groupId}/{assetId}/{version}"
Check this link to find out more information about getting information of a specific version of an asset in Exchange Experience API.
Also refer the MuleSoft documentation to search Exchange asset using GRAPH API
001114921

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.