Kaseya Servicedesk API

The Servicedesk API from Kaseya — 6 operation(s) for servicedesk.

Operations 9

POST /v2/servicedesk/tickets/{ticketId}/ticketresolution/generate
POST /v2/servicedesk/tickets/{ticketId}/ticketresolution
PUT /v2/servicedesk/tickets/{ticketId}/ticketresolution
GET /v2/servicedesk/tickets/{ticketId}/ticketresolution
POST /v2/servicedesk/tickets/{ticketId}/ticketresolution/refine
POST /v2/servicedesk/tickets/{ticketId}/ticketsummary/generate
PUT /v2/servicedesk/tickets/{ticketId}/ticketsummary
GET /v2/servicedesk/tickets/{ticketId}/ticketsummary
POST /v2/servicedesk/tickets/notes/rephrase

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/kaseya-servicedesk-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

kaseya-servicedesk-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: BMS API 2.0 Servicedesk API
  description: Documentation of APIs Version 2.0
  version: '2.0'
servers:
- url: https://api.bms.kaseya.com
security:
- bearerAuth: []
tags:
- name: Servicedesk
paths:
  /v2/servicedesk/tickets/{ticketId}/ticketresolution/generate:
    post:
      parameters:
      - name: ticketId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: doSaveResult
        in: query
        schema:
          type: boolean
          default: false
      responses: {}
      deprecated: true
      tags:
      - Servicedesk
  /v2/servicedesk/tickets/{ticketId}/ticketresolution:
    post:
      parameters:
      - name: ticketId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/TicketSmartResolutionSummaryPostInputDto'
          application/json:
            schema:
              $ref: '#/components/schemas/TicketSmartResolutionSummaryPostInputDto'
          text/json:
            schema:
              $ref: '#/components/schemas/TicketSmartResolutionSummaryPostInputDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/TicketSmartResolutionSummaryPostInputDto'
      responses: {}
      deprecated: true
      tags:
      - Servicedesk
    put:
      parameters:
      - name: ticketId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/TicketSmartResolutionSummaryPutInputDto'
          application/json:
            schema:
              $ref: '#/components/schemas/TicketSmartResolutionSummaryPutInputDto'
          text/json:
            schema:
              $ref: '#/components/schemas/TicketSmartResolutionSummaryPutInputDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/TicketSmartResolutionSummaryPutInputDto'
      responses: {}
      deprecated: true
      tags:
      - Servicedesk
    get:
      parameters:
      - name: ticketId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      responses: {}
      deprecated: true
      tags:
      - Servicedesk
  /v2/servicedesk/tickets/{ticketId}/ticketresolution/refine:
    post:
      parameters:
      - name: ticketId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/TicketRephraseNoteInputDto'
          application/json:
            schema:
              $ref: '#/components/schemas/TicketRephraseNoteInputDto'
          text/json:
            schema:
              $ref: '#/components/schemas/TicketRephraseNoteInputDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/TicketRephraseNoteInputDto'
      responses: {}
      deprecated: true
      tags:
      - Servicedesk
  /v2/servicedesk/tickets/{ticketId}/ticketsummary/generate:
    post:
      parameters:
      - name: ticketId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      responses: {}
      deprecated: true
      tags:
      - Servicedesk
  /v2/servicedesk/tickets/{ticketId}/ticketsummary:
    put:
      parameters:
      - name: ticketId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/TicketSmartSummaryPutInputDto'
          application/json:
            schema:
              $ref: '#/components/schemas/TicketSmartSummaryPutInputDto'
          text/json:
            schema:
              $ref: '#/components/schemas/TicketSmartSummaryPutInputDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/TicketSmartSummaryPutInputDto'
      responses: {}
      deprecated: true
      tags:
      - Servicedesk
    get:
      parameters:
      - name: ticketId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      responses: {}
      deprecated: true
      tags:
      - Servicedesk
  /v2/servicedesk/tickets/notes/rephrase:
    post:
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/TicketRephraseNoteInputDto'
          application/json:
            schema:
              $ref: '#/components/schemas/TicketRephraseNoteInputDto'
          text/json:
            schema:
              $ref: '#/components/schemas/TicketRephraseNoteInputDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/TicketRephraseNoteInputDto'
      responses: {}
      deprecated: true
      tags:
      - Servicedesk
components:
  schemas:
    TicketRephraseNoteInputDto:
      required:
      - Details
      type: object
      properties:
        Details:
          minLength: 1
          type: string
      additionalProperties: false
    TicketSmartResolutionSummaryPutInputDto:
      type: object
      properties:
        Summary:
          type:
          - string
          - 'null'
      additionalProperties: false
    TicketSmartSummaryPutInputDto:
      type: object
      properties:
        Summary:
          type:
          - string
          - 'null'
      additionalProperties: false
    TicketSmartResolutionSummaryPostInputDto:
      type: object
      properties:
        Summary:
          type:
          - string
          - 'null'
        DurationInMilliseconds:
          type: integer
          format: int32
      additionalProperties: false
  securitySchemes:
    bearerAuth:
      type: http
      description: JWT Authorization header using the Bearer scheme.
      scheme: bearer
      bearerFormat: JWT