Data Hub REST APIs overview
Boomi Data Hub provides REST APIs for programmatic access to master data management capabilities. You can implement APIs on two levels:
-
Platform API: Enables platform-level access to manage master data domains, including models, sources, repositories, and deployments. Authenticates using Basic Auth.
-
Repository API: Enables programmatic access to repositories and hosted domains, including records, quarantine, staging, and channels. Authenticates using JWT (Bearer Token).
Audit logs
Both APIs enable programmatic access to the audit log, which records actions performed in Boomi Data Hub.
-
Platform API: You can query the Platform API audit log based on the type, action, and modifier. Refer to the table in Platform API for more information on available audit log actions.
-
Repository API: When using JWT authentication, you can query the Repository API audit log based on the type, action, and modifier. Refer to the table in Repository API for more information on available audit log actions.