Rhombus Systems Incident Management Integrations Webservice API

The Incident Management Integrations Webservice API from Rhombus Systems — 34 operation(s) for incident management integrations webservice.

Operations 34

POST /api/integrations/incidentManagement/deleteDiceIntegration Delete Dice Integration #
POST /api/integrations/incidentManagement/deleteEmailIntegration Delete Email Integration #
POST /api/integrations/incidentManagement/deleteInformacastIntegration Delete Informacast Integration #
POST /api/integrations/incidentManagement/deleteLumeoIntegration Delete Lumeo Integration #
POST /api/integrations/incidentManagement/deleteMattermostIntegration Delete Mattermost Integration #
POST /api/integrations/incidentManagement/deleteMicrosoftTeamsIntegrationV2 Delete Microsoft Teams Integration V2 #
POST /api/integrations/incidentManagement/deleteMicrosoftTeamsUser Delete Microsoft Teams User #
POST /api/integrations/incidentManagement/deleteOpenAIIntegration Delete OpenAI Integration #
POST /api/integrations/incidentManagement/deletePagerDutyIntegration Delete PagerDuty Integration #
POST /api/integrations/incidentManagement/deleteServiceNowIntegration Delete ServiceNow Integration #
POST /api/integrations/incidentManagement/deleteSlackIntegrationV2 Delete Slack Integration V2 #
POST /api/integrations/incidentManagement/getDiceIntegration Get Dice Integration #
POST /api/integrations/incidentManagement/getInformacastIntegration Get Informacast Integration #
POST /api/integrations/incidentManagement/getInformacastScenarios Get Informacast Scenarios #
POST /api/integrations/incidentManagement/getLumeoIntegration Get Lumeo Integration #
POST /api/integrations/incidentManagement/getMicrosoftTeamsIntegration Get Microsoft Teams Integration #
POST /api/integrations/incidentManagement/getMicrosoftUsersJoinedTeams Get Microsoft Users Joined Teams #
POST /api/integrations/incidentManagement/getOpenAIIntegration Get OpenAI Integration #
POST /api/integrations/incidentManagement/getOpenAIModels Get OpenAI Models #
POST /api/integrations/incidentManagement/installMicrosoftTeamsBotForTeam Install Microsoft Teams Bot For Team #
POST /api/integrations/incidentManagement/installMicrosoftTeamsBotForUser Install Microsoft Teams Bot For User #
POST /api/integrations/incidentManagement/uninstallMicrosoftTeamsBotForTeam Uninstall Microsoft Teams Bot For Team #
POST /api/integrations/incidentManagement/uninstallMicrosoftTeamsBotForUser Uninstall Microsoft Teams Bot For User #
POST /api/integrations/incidentManagement/updateDiceIntegration Update Dice Integration #
POST /api/integrations/incidentManagement/updateEmailIntegration Update Email Integration #
POST /api/integrations/incidentManagement/updateInformacastIntegration Update Informacast Integration #
POST /api/integrations/incidentManagement/updateLumeoIntegration Update Lumeo Integration #
POST /api/integrations/incidentManagement/updateMattermostIntegration Update Mattermost Integration #
POST /api/integrations/incidentManagement/updateMicrosoftTeamsIntegrationV2 Update Microsoft Teams Integration V2 #
POST /api/integrations/incidentManagement/updateOpenAIIntegration Update OpenAI Integration #
POST /api/integrations/incidentManagement/updatePagerDutyIntegration Update PagerDuty Integration #
POST /api/integrations/incidentManagement/updateServiceNowIntegration Update ServiceNow Integration #
POST /api/integrations/incidentManagement/updateSlackIntegration Update Slack Integration #
POST /api/integrations/incidentManagement/updateSlackIntegrationV2 Update Slack Integration V2 #

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/rhombus-systems-incident-management-integrations-webservice-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

rhombus-systems-incident-management-integrations-webservice-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  contact:
    email: developer@rhombussystems.com
  description: 'This API is for use by Rhombus customers and partners.


    ## Authentication


    All requests require two headers:

    - `x-auth-scheme` — The authentication scheme identifier. Use `api-token` for standard API key auth, or `partner-api-token` for partner API auth.

    - `x-auth-apikey` — Your Rhombus API key.


    Example:

    ```

    POST /api/camera/getMinimalCameraStateList

    x-auth-scheme: api-token

    x-auth-apikey: YOUR_API_KEY

    Content-Type: application/json

    ```'
  title: Rhombus Incident Management Integrations Webservice API
  version: '1.0'
servers:
- description: Production Server
  url: https://api2.rhombussystems.com
security:
- ApiKeyAuth: []
tags:
- name: Incident Management Integrations Webservice
paths:
  /api/integrations/incidentManagement/deleteDiceIntegration:
    post:
      description: Delete Dice integration
      operationId: deleteDiceIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete Dice Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/deleteEmailIntegration:
    post:
      description: Delete email alert integration
      operationId: deleteEmailIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete Email Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/deleteInformacastIntegration:
    post:
      description: Delete Informacast integration
      operationId: deleteInformacastIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete Informacast Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/deleteLumeoIntegration:
    post:
      description: Delete Lumeo integration
      operationId: deleteLumeoIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete Lumeo Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/deleteMattermostIntegration:
    post:
      description: Delete Mattermost alert integration
      operationId: deleteMattermostIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete Mattermost Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/deleteMicrosoftTeamsIntegrationV2:
    post:
      description: Delete Microsoft Teams alert integration
      operationId: deleteMicrosoftTeamsIntegrationV2
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete Microsoft Teams Integration V2
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/deleteMicrosoftTeamsUser:
    post:
      description: Remove configurations for Microsoft Teams user
      operationId: deleteMicrosoftTeamsUser
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete Microsoft Teams User
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/deleteOpenAIIntegration:
    post:
      description: Delete OpenAI integration
      operationId: deleteOpenAIIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete OpenAI Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/deletePagerDutyIntegration:
    post:
      description: Delete PagerDuty alert integration
      operationId: deletePagerDutyIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete PagerDuty Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/deleteServiceNowIntegration:
    post:
      description: Delete ServiceNow alert integration
      operationId: deleteServiceNowIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete ServiceNow Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/deleteSlackIntegrationV2:
    post:
      description: Delete Slack alert integration v2
      operationId: deleteSlackIntegrationV2
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Delete Slack Integration V2
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/getDiceIntegration:
    post:
      description: Get Dice integration
      operationId: getDiceIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_GetOrgIntegrationsV2WSResponse'
          description: OK
      summary: Get Dice Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/getInformacastIntegration:
    post:
      description: Get Informacast integration
      operationId: getInformacastIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_GetOrgIntegrationsV2WSResponse'
          description: OK
      summary: Get Informacast Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/getInformacastScenarios:
    post:
      description: Get Informacast scenarios
      operationId: getInformacastScenarios
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_GetInformacastScenariosWSResponse'
          description: OK
      summary: Get Informacast Scenarios
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/getLumeoIntegration:
    post:
      description: Get Lumeo integration
      operationId: getLumeoIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_GetOrgIntegrationsV2WSResponse'
          description: OK
      summary: Get Lumeo Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/getMicrosoftTeamsIntegration:
    post:
      description: Get Microsoft Teams alert integration
      operationId: getMicrosoftTeamsIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_GetOrgIntegrationsV2WSResponse'
          description: OK
      summary: Get Microsoft Teams Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/getMicrosoftUsersJoinedTeams:
    post:
      description: Get a list of teams a Microsoft Teams user joined
      operationId: getMicrosoftUsersJoinedTeams
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_GetMicrosoftUsersJoinedTeamsWSResponse'
          description: OK
      summary: Get Microsoft Users Joined Teams
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/getOpenAIIntegration:
    post:
      description: Get OpenAI integration
      operationId: getOpenAIIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_GetOrgIntegrationsV2WSResponse'
          description: OK
      summary: Get OpenAI Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/getOpenAIModels:
    post:
      description: Get list of OpenAI models
      operationId: getOpenAIModels
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_GetOpenAIModelsWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_GetOpenAIModelsWSResponse'
          description: OK
      summary: Get OpenAI Models
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/installMicrosoftTeamsBotForTeam:
    post:
      description: Install notification bot for Microsoft Teams team
      operationId: installMicrosoftTeamsBotForTeam
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_UpdateMicrosoftTeamsBotForTeamWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Install Microsoft Teams Bot For Team
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/installMicrosoftTeamsBotForUser:
    post:
      description: Install notification bot for Microsoft Teams user
      operationId: installMicrosoftTeamsBotForUser
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Install Microsoft Teams Bot For User
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/uninstallMicrosoftTeamsBotForTeam:
    post:
      description: Uninstall notification bot for Microsoft Teams team
      operationId: uninstallMicrosoftTeamsBotForTeam
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_UpdateMicrosoftTeamsBotForTeamWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Uninstall Microsoft Teams Bot For Team
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/uninstallMicrosoftTeamsBotForUser:
    post:
      description: Uninstall notification bot for Microsoft Teams user
      operationId: uninstallMicrosoftTeamsBotForUser
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BaseApiResponse'
          description: OK
      summary: Uninstall Microsoft Teams Bot For User
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/updateDiceIntegration:
    post:
      description: Update Dice integration
      operationId: updateDiceIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_UpdateDiceIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
          description: OK
      summary: Update Dice Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/updateEmailIntegration:
    post:
      description: Update email alert integration
      operationId: updateEmailIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_UpdateEmailIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
          description: OK
      summary: Update Email Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/updateInformacastIntegration:
    post:
      description: Update Informacast rules engine integration
      operationId: updateInformacastIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_UpdateInformacastIntegrationRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
          description: OK
      summary: Update Informacast Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/updateLumeoIntegration:
    post:
      description: Update Lumeo integration
      operationId: updateLumeoIntegration
      parameters:
      - description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
        example: api-token
        in: header
        name: x-auth-scheme
        required: true
        schema:
          type: string
          default: api-token
          enum:
          - api-token
          - api
          - partner-api-token
          - partner-api
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Integration_UpdateLumeoIntegrationWSRequest'
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
          description: OK
      summary: Update Lumeo Integration
      tags:
      - Incident Management Integrations Webservice
  /api/integrations/incidentManagement/updateMattermostIntegration:
    post:
      description: Update Mattermost alert integra

# --- truncated at 32 KB (139 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/rhombus-systems/refs/heads/main/openapi/rhombus-systems-incident-management-integrations-webservice-api-openapi.yml