Meta Hub REST APIs overview
Meta Hub is a Boomi Platform feature that centralizes and manages metadata across your organization. It lets you define, discover, and govern shared business terms, called Glossaries, so that data carries a consistent meaning across systems, integrations, and teams. Meta Hub gives your organization a single source of truth for business metadata, which improves clarity, reduces duplication, and strengthens collaboration between technical and business users.
With Meta Hub, you can do the following:
- Create and manage business Glossaries and their definitions.
- Track glossary publication and endorsement workflows.
- See who creates, updates, and approves business terms.
Meta Hub serves the following users:
- Data stewards and admins who manage business data governance.
- Developers who integrate business metadata into automated workflows.
- Business users who need visibility into approved and standardized data terminology.
Authentication
You can authenticate access to Meta Hub APIs in two ways using JWT authentication or through an AI agent, using the authentication options available when configuring an Agentstudio API tool.
Required privileges
The following privileges control access to Meta Hub API operations:
| Privilege | Description |
|---|---|
| META_VIEW_GLOSSARY | View and search Glossaries. Listing Glossaries also accepts META_EDIT_ASSOCIATION as an alternative privilege |
| META_EDIT_GLOSSARY | Create and update Glossaries |
| META_DELETE_GLOSSARY | Delete Glossaries |
| META_EDIT_GLOSSARY_ENDORSEMENT | Update a glossary's endorsement status |
| META_VIEW_GLOSSARY_ENDORSEMENT_HISTORY | View a glossary's endorsement history |
| META_VIEW_ASSOCIATION | View Associations |
| META_EDIT_ASSOCIATION | Create Associations |
| META_DELETE_ASSOCIATION | Delete Associations |
Base URL
The following base URLs are available based on your account's region:
- US:
https://metahub.boomi.com/metahub - GB:
https://metahub.gb.boomi.com/metahub
Interactive API Testing
Import the Boomi Meta Hub API collections into Postman to test endpoints, view request examples, and accelerate your integration development.
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.