Marketplace API
Last updated
Was this helpful?
Last updated
Was this helpful?
Immuta cannot guarantee backward compatibility with the Marketplace APIs while it is in private preview.
In order to use the Marketplace API, you need to use the correct global segment. The following are the regional API base paths. Choose the global segment for the region you are in.
- North America
- European Union
- Asia Pacific
If using Test it in the documentation, click https://{global-segment}.api.immutacloud.com/marketplace
in the endpoint and select your global segment from the dropdown. Once you plug in your PAT, the endpoint will run and complete the actions within your Marketplace app.
Your Marketplace app data only exists in the same global segment as your Governance app. If you use the wrong global segment in your API call, you will receive the following response:
Marketplace uses JWTs to match users with their tenants. The JWTs contain this metadata in the claims, which is required for the request context in the Marketplace API.
In the Marketplace app,
Click Generate new token.
Enter a description and set an expiration. You may select "No expiration" from the dropdown.
Click Generate new token.
The new PAT will be displayed. Store this token somewhere secure; it is only presented once and cannot be retrieved again later.
To use your generated PAT, insert them as the Bearer token for your API calls:
In the Marketplace app,
Select the more actions icon for the PAT you want to delete.
Select Delete token and click Delete in the modal.
Download the Marketplace OpenAPI YAML to import it into Postman or use a client generator tools parse the OpenAPI definition to automatically produce client-side code.
Navigate to the .
Or, if using "Test It" in the documentation, include it in the bearer token:
Navigate to the .