Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Jetic API Specifications API

Manage OpenAPI specifications via the API Builder

Jetic API Specifications API is one of 5 APIs that Jetic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 5 JSON Schema definitions.

Tagged areas include API Specifications. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 5 JSON Schemas.

This API exposes 5 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://app.us1.jetic.io/api/v1.

5 operations 2 paths 4 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://app.us1.jetic.io/api/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Jetic API Specifications API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — JWT token obtained via the Jetic platform authentication.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

API Specifications 5

Manage OpenAPI specifications via the API Builder

GET
/api-specifications
Jetic List API specifications
listApiSpecifications 2 params → 200401
POST
/api-specifications
Jetic Create or import an API specification
createApiSpecification body → 201400401
GET
/api-specifications/{specificationId}
Jetic Get an API specification
getApiSpecification 1 param → 200401404
PUT
/api-specifications/{specificationId}
Jetic Update an API specification
updateApiSpecification 1 param body → 200400401404
DELETE
/api-specifications/{specificationId}
Jetic Delete an API specification
deleteApiSpecification 1 param → 204401404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ApiSpecification (9 properties), ApiSpecificationCreate (5 properties), Pagination (4 properties), ApiSpecificationUpdate (4 properties). Each schema is shown below with its type and property counts.

ApiSpecification
object
9 properties
ApiSpecificationUpdate
object
4 properties
ApiSpecificationCreate
object
5 properties 1 required
Pagination
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jetic-api-specifications-api-openapi.yml Raw ↑

Other APIs Jetic publishes across the network.

Jetic Clusters API
Jetic Deployments API
Jetic Integrations API
Jetic Monitoring API