Kaseya K1 Gorgon API

The K1Gorgon API from Kaseya — 1 operation(s) for k1gorgon.

Operations 1

POST /v2/kaseya-one/gorgon/instance-provisioning #

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-k1gorgon-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-k1gorgon-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: BMS API 2.0 K1 Gorgon API
  description: Documentation of APIs Version 2.0
  version: '2.0'
servers:
- url: https://api.bms.kaseya.com
security:
- bearerAuth: []
tags:
- name: K1Gorgon
paths:
  /v2/kaseya-one/gorgon/instance-provisioning:
    post:
      tags:
      - K1Gorgon
      operationId: PostK1GorgonProvisioningNotifications
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/K1GorgonProvisioningNotificationsDto'
          application/json:
            schema:
              $ref: '#/components/schemas/K1GorgonProvisioningNotificationsDto'
          text/json:
            schema:
              $ref: '#/components/schemas/K1GorgonProvisioningNotificationsDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/K1GorgonProvisioningNotificationsDto'
      responses:
        '200':
          description: OK
components:
  schemas:
    K1GorgonActionDetailsDto:
      type: object
      properties:
        SubDomain:
          type:
          - string
          - 'null'
        SendWelcomeEmail:
          type: boolean
        Licenses:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/K1GorgonLicenseDto'
        Zone:
          type:
          - string
          - 'null'
        ExpiryDate:
          type:
          - string
          - 'null'
          format: date-time
      additionalProperties: false
    K1GorgonContractActionDto:
      type: object
      properties:
        Action:
          type:
          - string
          - 'null'
      additionalProperties: false
    K1GorgonShippingDto:
      type: object
      properties:
        Address:
          type:
          - string
          - 'null'
        City:
          type:
          - string
          - 'null'
        State:
          type:
          - string
          - 'null'
        Zip:
          type:
          - string
          - 'null'
        Country:
          type:
          - string
          - 'null'
      additionalProperties: false
    K1GorgonContactDto:
      type: object
      properties:
        CompanyName:
          type:
          - string
          - 'null'
        RootFirstName:
          type:
          - string
          - 'null'
        RootLastName:
          type:
          - string
          - 'null'
        RootEmail:
          type:
          - string
          - 'null'
        RootPhone:
          type:
          - string
          - 'null'
      additionalProperties: false
    K1GorgonProvisioningNotificationsDto:
      type: object
      properties:
        Event:
          $ref: '#/components/schemas/K1GorgonProvisioningPayload'
      additionalProperties: false
    K1GorgonProvisioningPayload:
      type: object
      properties:
        Id:
          type:
          - string
          - 'null'
        CustomerIdentifiers:
          $ref: '#/components/schemas/K1GorgonCustomerIdentifiersDto'
        Contact:
          $ref: '#/components/schemas/K1GorgonContactDto'
        Tenant:
          $ref: '#/components/schemas/K1GorgonTenantDto'
        Shipping:
          $ref: '#/components/schemas/K1GorgonShippingDto'
        Contract:
          $ref: '#/components/schemas/K1GorgonContractActionDto'
        ActionType:
          type:
          - string
          - 'null'
        ActionDetails:
          $ref: '#/components/schemas/K1GorgonActionDetailsDto'
        PlanId:
          type:
          - integer
          - 'null'
          format: int32
      additionalProperties: false
    K1GorgonLicenseDto:
      type: object
      properties:
        LicenseType:
          type:
          - string
          - 'null'
        AdjustQuantity:
          type:
          - integer
          - 'null'
          format: int32
        BaseQuantity:
          type:
          - integer
          - 'null'
          format: int32
      additionalProperties: false
    K1GorgonTenantDto:
      type: object
      properties:
        Zone:
          type:
          - string
          - 'null'
        InstanceId:
          type:
          - string
          - 'null'
      additionalProperties: false
    K1GorgonCustomerIdentifiersDto:
      type: object
      properties:
        SalesForceId:
          type:
          - string
          - 'null'
        NetSuiteId:
          type:
          - string
          - 'null'
        ResellerUuid:
          type:
          - string
          - 'null'
        K1OrgId:
          type:
          - string
          - 'null'
        AutoTaskDbId:
          type:
          - string
          - 'null'
      additionalProperties: false
  securitySchemes:
    bearerAuth:
      type: http
      description: JWT Authorization header using the Bearer scheme.
      scheme: bearer
      bearerFormat: JWT