Viridi Thingsboard Error Response Handler API

The thingsboard-error-response-handler API from Viridi — 1 operation(s) for thingsboard-error-response-handler.

Operations 7

GET /error Handle error #
PUT /error Handle error 3 #
POST /error Handle error 2 #
DELETE /error Handle error 5 #
OPTIONS /error Handle error 6 #
HEAD /error Handle error 1 #
PATCH /error Handle error 4 #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/viridi-parente-thingsboard-error-response-handler-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

viridi-parente-thingsboard-error-response-handler-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: ThingsBoard REST Thingsboard Error Response Handler API
  description: ThingsBoard open-source IoT platform REST API documentation.
  contact:
    name: ThingsBoard team
    url: https://thingsboard.io
    email: info@thingsboard.io
  license:
    name: Apache License Version 2.0
    url: https://github.com/thingsboard/thingsboard/blob/master/LICENSE
  version: 3.7.0
servers:
- url: https://vista.viridiparente.com
  description: Generated server url
tags:
- name: thingsboard-error-response-handler
paths:
  /error:
    get:
      tags:
      - thingsboard-error-response-handler
      operationId: handleError
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Handle error
      x-summary-source: derived
    put:
      tags:
      - thingsboard-error-response-handler
      operationId: handleError_3
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Handle error 3
      x-summary-source: derived
    post:
      tags:
      - thingsboard-error-response-handler
      operationId: handleError_2
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Handle error 2
      x-summary-source: derived
    delete:
      tags:
      - thingsboard-error-response-handler
      operationId: handleError_5
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Handle error 5
      x-summary-source: derived
    options:
      tags:
      - thingsboard-error-response-handler
      operationId: handleError_6
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Handle error 6
      x-summary-source: derived
    head:
      tags:
      - thingsboard-error-response-handler
      operationId: handleError_1
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Handle error 1
      x-summary-source: derived
    patch:
      tags:
      - thingsboard-error-response-handler
      operationId: handleError_4
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema: {}
      summary: Handle error 4
      x-summary-source: derived
components:
  securitySchemes:
    HTTP_login_form:
      type: http
      description: Enter Username / Password
      scheme: loginPassword
      bearerFormat: /api/auth/login|X-Authorization