Boltic · JSON Structure

Boltic Structure

Structural overview of the Boltic API surface; extracted from openapi/.

Type: Properties: 0
AutomationData SyncGatewaysNo-CodeStreamingWorkflows

Boltic Structure is a JSON Structure definition published by Boltic.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Boltic",
  "providerId": "boltic",
  "kind": "json-structure",
  "description": "Structural overview of the Boltic API surface; extracted from openapi/.",
  "schemaCount": 12,
  "operationCount": 21,
  "schemas": [
    {
      "name": "Route",
      "type": "object",
      "propertyCount": 12,
      "required": []
    },
    {
      "name": "RouteInput",
      "type": "object",
      "propertyCount": 9,
      "required": [
        "name",
        "paths",
        "serviceId"
      ]
    },
    {
      "name": "Service",
      "type": "object",
      "propertyCount": 11,
      "required": []
    },
    {
      "name": "ServiceInput",
      "type": "object",
      "propertyCount": 8,
      "required": [
        "name",
        "type"
      ]
    },
    {
      "name": "Plugin",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "PluginInput",
      "type": "object",
      "propertyCount": 6,
      "required": [
        "name",
        "type"
      ]
    },
    {
      "name": "Consumer",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "ConsumerInput",
      "type": "object",
      "propertyCount": 3,
      "required": [
        "name"
      ]
    },
    {
      "name": "Certificate",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "CertificateInput",
      "type": "object",
      "propertyCount": 3,
      "required": [
        "cert",
        "key"
      ]
    },
    {
      "name": "Pagination",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "Error",
      "type": "object",
      "propertyCount": 3,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/routes",
      "operationId": "listRoutes",
      "summary": "Boltic List all routes",
      "tags": [
        "Routes"
      ]
    },
    {
      "method": "POST",
      "path": "/routes",
      "operationId": "createRoute",
      "summary": "Boltic Create a new route",
      "tags": [
        "Routes"
      ]
    },
    {
      "method": "GET",
      "path": "/routes/{routeId}",
      "operationId": "getRoute",
      "summary": "Boltic Get a route by ID",
      "tags": [
        "Routes"
      ]
    },
    {
      "method": "PUT",
      "path": "/routes/{routeId}",
      "operationId": "updateRoute",
      "summary": "Boltic Update a route",
      "tags": [
        "Routes"
      ]
    },
    {
      "method": "DELETE",
      "path": "/routes/{routeId}",
      "operationId": "deleteRoute",
      "summary": "Boltic Delete a route",
      "tags": [
        "Routes"
      ]
    },
    {
      "method": "GET",
      "path": "/services",
      "operationId": "listServices",
      "summary": "Boltic List all services",
      "tags": []
    },
    {
      "method": "POST",
      "path": "/services",
      "operationId": "createService",
      "summary": "Boltic Create a new service",
      "tags": []
    },
    {
      "method": "GET",
      "path": "/services/{serviceId}",
      "operationId": "getService",
      "summary": "Boltic Get a service by ID",
      "tags": []
    },
    {
      "method": "PUT",
      "path": "/services/{serviceId}",
      "operationId": "updateService",
      "summary": "Boltic Update a service",
      "tags": []
    },
    {
      "method": "DELETE",
      "path": "/services/{serviceId}",
      "operationId": "deleteService",
      "summary": "Boltic Delete a service",
      "tags": []
    },
    {
      "method": "GET",
      "path": "/plugins",
      "operationId": "listPlugins",
      "summary": "Boltic List all plugins",
      "tags": [
        "Plugins"
      ]
    },
    {
      "method": "POST",
      "path": "/plugins",
      "operationId": "createPlugin",
      "summary": "Boltic Create a new plugin",
      "tags": [
        "Plugins"
      ]
    },
    {
      "method": "GET",
      "path": "/plugins/{pluginId}",
      "operationId": "getPlugin",
      "summary": "Boltic Get a plugin by ID",
      "tags": [
        "Plugins"
      ]
    },
    {
      "method": "PUT",
      "path": "/plugins/{pluginId}",
      "operationId": "updatePlugin",
      "summary": "Boltic Update a plugin",
      "tags": [
        "Plugins"
      ]
    },
    {
      "method": "DELETE",
      "path": "/plugins/{pluginId}",
      "operationId": "deletePlugin",
      "summary": "Boltic Delete a plugin",
      "tags": [
        "Plugins"
      ]
    },
    {
      "method": "GET",
      "path": "/consumers",
      "operationId": "listConsumers",
      "summary": "Boltic List all consumers",
      "tags": [
        "Consumers"
      ]
    },
    {
      "method": "POST",
      "path": "/consumers",
      "operationId": "createConsumer",
      "summary": "Boltic Create a new consumer",
      "tags": [
        "Consumers"
      ]
    },
    {
      "method": "GET",
      "path": "/consumers/{consumerId}",
      "operationId": "getConsumer",
      "summary": "Boltic Get a consumer by ID",
      "tags": [
        "Consumers"
      ]
    },
    {
      "method": "DELETE",
      "path": "/consumers/{consumerId}",
      "operationId": "deleteConsumer",
      "summary": "Boltic Delete a consumer",
      "tags": [
        "Consumers"
      ]
    },
    {
      "method": "GET",
      "path": "/certificates",
      "operationId": "listCertificates",
      "summary": "Boltic List all certificates",
      "tags": [
        "Certificates"
      ]
    },
    {
      "method": "POST",
      "path": "/certificates",
      "operationId": "createCertificate",
      "summary": "Boltic Upload a new certificate",
      "tags": [
        "Certificates"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/boltic-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.