ThreatLocker Application API

The Application API from ThreatLocker — 6 operation(s) for application.

Operations 6

GET /portalapi/Application/ApplicationGetById Get Application by Id.
GET /portalapi/Application/ApplicationGetForNetworkPolicyProcessById Get Application Details for Network Policy Process by Id.
GET /portalapi/Application/ApplicationGetResearchDetailsById Get Application Research Details by Id.
GET /portalapi/Application/ApplicationGetForMaintenanceMode Get Application Options for Maintenance Scheduling
POST /portalapi/Application/ApplicationGetMatchingList Get Matching Applications
POST /portalapi/Application/ApplicationGetForApplicationOptions Load Application

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/threatlocker-application-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

threatlocker-application-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Threatlocker Application API
  version: v1.0.0
  description: 'Operations tagged Application across 2 of this provider''s published API definitions: threatlocker-application-api-openapi.yml, threatlocker-portal-openapi-original.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://portalapi.threatlocker.com/portalapi/
  description: Base URL declared by the provider in apis.yml (roadmap#122).
security:
- Authorization: []
  ManagedOrganizationId: []
  OverrideManagedOrganizationId: []
tags:
- name: Application
paths:
  /portalapi/Application/ApplicationGetById:
    get:
      tags:
      - Application
      summary: Get Application by Id.
      parameters:
      - name: applicationId
        in: query
        description: ''
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: OK
    servers:
    - url: https://portalapi.threatlocker.com/portalapi/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /portalapi/Application/ApplicationGetForNetworkPolicyProcessById:
    get:
      tags:
      - Application
      summary: Get Application Details for Network Policy Process by Id.
      parameters:
      - name: applicationId
        in: query
        description: ''
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: OK
    servers:
    - url: https://portalapi.threatlocker.com/portalapi/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /portalapi/Application/ApplicationGetResearchDetailsById:
    get:
      tags:
      - Application
      summary: Get Application Research Details by Id.
      parameters:
      - name: applicationId
        in: query
        description: ''
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: OK
    servers:
    - url: https://portalapi.threatlocker.com/portalapi/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /portalapi/Application/ApplicationGetForMaintenanceMode:
    get:
      tags:
      - Application
      summary: Get Application Options for Maintenance Scheduling
      description: "Parameters Values:\n            \n    {\n          \"OSType\": \"All = 0 | Windows = 1 | MAC = 2 | Linux = 3\"\n    }"
      parameters:
      - name: osType
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      responses:
        '200':
          description: OK
    servers:
    - url: https://portalapi.threatlocker.com/portalapi/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /portalapi/Application/ApplicationGetMatchingList:
    post:
      tags:
      - Application
      summary: Get Matching Applications
      description: "Parameters Values:\n            \n    {\n          \"OSType\": \"All = 0 | Windows = 1 | MAC = 2 | Linux = 3\"\n    }"
      requestBody:
        description: ''
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ApplicationMatchParameterDto'
          text/json:
            schema:
              $ref: '#/components/schemas/ApplicationMatchParameterDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/ApplicationMatchParameterDto'
      responses:
        '200':
          description: OK
    servers:
    - url: https://portalapi.threatlocker.com/portalapi/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /portalapi/Application/ApplicationGetForApplicationOptions:
    post:
      tags:
      - Application
      summary: Load Application
      description: "Parameters Values:\n            \n    {\n          \"OSType\": \"All = 0 | Windows = 1 | MAC = 2 | Linux = 3\"\n    }"
      requestBody:
        description: ''
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ApplicationGetForApplicationOptionsDto'
          text/json:
            schema:
              $ref: '#/components/schemas/ApplicationGetForApplicationOptionsDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/ApplicationGetForApplicationOptionsDto'
      responses:
        '200':
          description: OK
    servers:
    - url: https://portalapi.threatlocker.com/portalapi/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
components:
  schemas:
    ThreatLockerCertDto:
      type: object
      properties:
        sha:
          type:
          - string
          - 'null'
          default: ''
        subject:
          type:
          - string
          - 'null'
          default: ''
        validCert:
          type: boolean
        digestmismatch:
          type: integer
          format: int32
      additionalProperties: false
    ApplicationFileDto:
      type: object
      properties:
        applicationFileId:
          type: integer
          format: int64
        applicationId:
          type: string
          format: uuid
          default: null
        fullPath:
          type:
          - string
          - 'null'
          default: ''
        cert:
          type:
          - string
          - 'null'
          default: ''
        hash:
          type:
          - string
          - 'null'
          default: ''
        processPath:
          type:
          - string
          - 'null'
          default: ''
        notes:
          type:
          - string
          - 'null'
          default: ''
        installedBy:
          type:
          - string
          - 'null'
          default: ''
        name:
          type:
          - string
          - 'null'
          default: ''
        applicationFileDetails:
          type:
          - string
          - 'null'
          default: ''
        keyFile:
          type: boolean
          default: false
        originalFullPath:
          type:
          - string
          - 'null'
          default: ''
        originalCert:
          type:
          - string
          - 'null'
          default: ''
        originalHash:
          type:
          - string
          - 'null'
          default: ''
        originalProcessPath:
          type:
          - string
          - 'null'
          default: ''
        originalNotes:
          type:
          - string
          - 'null'
          default: ''
        originalInstalledBy:
          type:
          - string
          - 'null'
          default: ''
        originalKeyFile:
          type: boolean
          default: false
        osType:
          type: integer
          format: int32
          default: 1
        isHashOnly:
          type: boolean
          default: false
        minSize:
          type:
          - integer
          - 'null'
          format: int64
          default: null
        maxSize:
          type:
          - integer
          - 'null'
          format: int64
          default: null
        updateStatus:
          $ref: '#/components/schemas/UpdateStatus'
        createdBy:
          type:
          - string
          - 'null'
          default: ''
        applicationName:
          type:
          - string
          - 'null'
          default: ''
        organizationId:
          type: string
          format: uuid
          default: null
      additionalProperties: false
    UpdateStatus:
      enum:
      - 0
      - 1
      - 2
      - 3
      type: integer
      format: int32
    ApplicationGetForApplicationOptionsDto:
      type: object
      properties:
        organizationId:
          type: string
          format: uuid
          default: ''
        osType:
          type: integer
          format: int32
          default: 1
        includeBuiltIn:
          type: boolean
          default: false
        searchText:
          type:
          - string
          - 'null'
          default: ''
        hostName:
          type:
          - string
          - 'null'
          default: ''
        appliesToId:
          type: string
          format: uuid
          default: ''
        onlyPermitted:
          type: boolean
          default: false
      additionalProperties: false
    ApplicationMatchParameterDto:
      type: object
      properties:
        hash:
          type:
          - string
          - 'null'
          default: ''
        sha256:
          type:
          - string
          - 'null'
          default: ''
        path:
          type:
          - string
          - 'null'
          default: ''
        processPath:
          type:
          - string
          - 'null'
          default: ''
        organizationIds:
          type:
          - array
          - 'null'
          items:
            type: string
            format: uuid
          default: null
        certs:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/ThreatLockerCertDto'
        createdBys:
          type:
          - array
          - 'null'
          items:
            type: string
        osType:
          type: integer
          format: int32
          default: 1
        filename:
          type:
          - string
          - 'null'
          default: ''
        folder:
          type:
          - string
          - 'null'
          default: ''
        approvalRequestId:
          type: string
          format: uuid
        builtInPartialMatchingFiles:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/ApplicationFileDto'
      additionalProperties: false
  securitySchemes:
    Authorization:
      type: apiKey
      description: Please insert Standard Authorization header.
      name: Authorization
      in: header
    ManagedOrganizationId:
      type: apiKey
      description: Please insert Managed Organization Id.
      name: ManagedOrganizationId
      in: header
    OverrideManagedOrganizationId:
      type: apiKey
      description: Please insert Managed Organization Id.
      name: OverrideManagedOrganizationId
      in: header
x-refined-from:
- threatlocker-application-api-openapi.yml
- threatlocker-portal-openapi-original.json