Waiting for engine...
Skip to main content

Data Hub Repository APIs Overview

The Boomi Data Hub Repository API enables programmatic access to Boomi Data Hub repositories and its hosted domains (referred to as universes). This API provides comprehensive endpoints for managing records, universes, data quality operations, and repository configurations.

Authentication and Authorization

All API endpoints require authentication and specific privileges:

  • Bearer Token: JWT authentication required for all endpoints
  • MDM Privileges: OAuth2 scopes defining what operations are allowed
  • Entitlements: Specific action-based permissions (for example, RECORD_VIEW, RECORD_DELETE)

Each endpoint shows its specific privilege requirements in the Security section.

Common Privileges

  • MDM_STEWARDSHIP: Data stewardship operations
  • MDM_VIEW_DATA: View and query data
  • MDM_STEWARDSHIP_MGMT: Advanced stewardship management
  • MDM_BATCH_ADMIN: Batch operation administration
  • MDM_SOURCE_MGMT: Source and connection management

Interactive API Testing

Import the Boomi Data Hub Repository API collection 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