API Management

Create a new API

Create a new API from the OpenAPI specification given. See the API Catalog documentation for additional information about the possible metadata. It returns the created API ID.

post/api/v2/apicatalog/openapi

Response

API created successfully

Example response

{
  "data": {
    "id": "90646597-5fdb-4a17-a240-647003f8c028"
  }
}

Changes