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 operationsMDM_VIEW_DATA: View and query dataMDM_STEWARDSHIP_MGMT: Advanced stewardship managementMDM_BATCH_ADMIN: Batch operation administrationMDM_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.
Was this topic helpful?