OpenAPI
Boomi's OpenAPI connector enables you to connect to REST APIs over HTTP adhering to the OpenAPI specification version 3.0 and greater, previously known as Swagger.
Solution Details
- Solution Type
- Platform Connector
- Author
- Boomi
- Published on
- May 16, 2026
- Last updated on
- May 16, 2026
Get Started
Get StartedKey Features
- Auto-discover API operations and profiles by reading OpenAPI 3.0+ specification files in JSON or YAML
- Support all standard HTTP methods including GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, and TRACE
- Handle query, path, and header parameters dynamically based on the specification definition
- Resolve complex schema compositions using $ref, allOf, anyOf, and oneOf keywords automatically
- Connect to thousands of REST APIs without writing custom Java connector code
How it works
Boomi's OpenAPI connector enables seamless integration with any REST API that adheres to the OpenAPI specification version 3.0 and greater, eliminating the need to build custom application connectors or write Java code. It automatically reads API definitions in JSON or YAML format to discover metadata, available operations, and generate request and response profiles. The connector supports standard HTTP methods including GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, and TRACE, along with advanced schema features such as $ref, anyOf, oneOf, and allOf keywords. This dramatically accelerates integration development by turning any OpenAPI-compliant service into a fully browsable, profile-ready connector experience within the Boomi platform.
Applications Required
- OpenAPI