Waiting for engine...
Skip to main content

Boomi API Control Plane REST API - SpecInfo

Toggle Pane

Download OpenAPI Specification: Download

Run In Postman

For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.

Spec Info

Information about supported API specification types.

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

Content type
application/json
[
  • {
    • "id": 0,
    • "key": "string",
    • "name": "string"
    }
]