API Control Plane REST APIs
The API Control Plane is a centralized management hub for governing APIs across multiple gateways and platforms. It follows a hub-and-spoke architecture: the API Control Plane (SaaS-hosted) serves as the central management layer, while distributed data planes — your API gateways — connect through lightweight agents. This enables centralized governance regardless of whether your gateways run in the cloud or on-premises.
The Management API provides programmatic access to the same backend used by the Administration and Developer Portals. Built on API-first principles, every feature available in the UI is also available through this API. This allows you to embed the API Control Plane into CI/CD pipelines, workflow systems, and custom scripts — or build entirely custom management experiences.
For the full user documentation covering the UI and configuration guides, refer to the API Control Plane User documentation.
Who is this for?
- Platform administrators managing APIs, environments, and users across multiple gateways
- API providers publishing, versioning, and governing APIs
- DevOps engineers automating deployments and integrating API management into CI/CD pipelines
- Developers building custom integrations, subscribing to APIs, and creating consumer applications
Base URL
All API requests are made to your tenant-specific endpoint:
https://<your-subdomain>.backend.<region>.controlplane.boomi.com
Replace <your-subdomain> with your tenant identifier and <region> with your deployment region, na for North America or gb for the UK.
Interactive API Testing
Import the API Control Plane REST 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.