Waiting for engine...
Skip to main content

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:

PrivilegeDescription
META_VIEW_GLOSSARYView and search Glossaries. Listing Glossaries also accepts META_EDIT_ASSOCIATION as an alternative privilege
META_EDIT_GLOSSARYCreate and update Glossaries
META_DELETE_GLOSSARYDelete Glossaries
META_EDIT_GLOSSARY_ENDORSEMENTUpdate a glossary's endorsement status
META_VIEW_GLOSSARY_ENDORSEMENT_HISTORYView a glossary's endorsement history
META_VIEW_ASSOCIATIONView Associations
META_EDIT_ASSOCIATIONCreate Associations
META_DELETE_ASSOCIATIONDelete 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.

Run In Postman

On this Page