Bundle APIs Overview
To execute the Bundle Service APIs, you always need to provide some authentication to the Boomi platform, either via API Key or JWT.
There are these three types of authentication schemes:
- Boomi-Platform-API-Key (http, Basic)
- Boomi-Platform-JWT (http, Bearer)
- Boomi-Flow-API-Key (apiKey)
You only need to provide Flow authentication if the endpoint call specifically refers to Flow. If you need Flow authentication, you must provide a Flow API key or a Platform JWT. If using JWT for Flow authentication, your Flow account’s email address must match your Platform account’s email address.
Interactive API Testing
Import the Boomi AuditLog Staging 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.