Boomi API Control Plane REST API - SpecInfo
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
List API spec types
Get all available types for API spec files.
Authorizations:
bearerAuth
Responses
Response Schema: application/json
Array
| id required | integer <int32> Numeric identifier of the spec type. |
| key required | string Unique key identifying the spec type (e.g. OPENAPI_V3). |
| name required | string Human-readable name of the spec type. |
Response samples
- 200
- default
Content type
application/json
[- {
- "id": 0,
- "key": "string",
- "name": "string"
}
]Was this topic helpful?