APIs.io Engineering Platform Postman API — Detected Secrets

APIs.io Engineering Platform Postman API — Detected Secrets. 3 operations. Lead operation: APIs.io Engineering Platform Search detected secrets. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformDetected Secrets

What You Can Do

POST
Detectedsecretsqueries — APIs.io Engineering Platform Search detected secrets
/v1/detected-secrets-queries
PUT
Updatedetectedsecretresolutions — APIs.io Engineering Platform Update detected secret resolution status
/v1/detected-secrets/{secretid}
GET
Getdetectedsecretslocations — APIs.io Engineering Platform Get detected secrets locations
/v1/detected-secrets/{secretid}/locations

MCP Tools

apis-io-engineering-platform-search-detected

APIs.io Engineering Platform Search detected secrets

read-only
apis-io-engineering-platform-update-detected

APIs.io Engineering Platform Update detected secret resolution status

idempotent
apis-io-engineering-platform-get-detected

APIs.io Engineering Platform Get detected secrets locations

read-only idempotent

Capability Spec

postman-detected-secrets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Detected Secrets
  description: 'APIs.io Engineering Platform Postman API — Detected Secrets. 3 operations. Lead operation: APIs.io Engineering
    Platform Search detected secrets. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Detected Secrets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: postman-detected-secrets
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Detected Secrets business capability. Self-contained, no shared
      references.
    resources:
    - name: detected-secrets-queries
      path: /detected-secrets-queries
      operations:
      - name: detectedsecretsqueries
        method: POST
        description: APIs.io Engineering Platform Search detected secrets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: detected-secrets-secretId
      path: /detected-secrets/{secretId}
      operations:
      - name: updatedetectedsecretresolutions
        method: PUT
        description: APIs.io Engineering Platform Update detected secret resolution status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: detected-secrets-secretId-locations
      path: /detected-secrets/{secretId}/locations
      operations:
      - name: getdetectedsecretslocations
        method: GET
        description: APIs.io Engineering Platform Get detected secrets locations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: postman-detected-secrets-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Detected Secrets. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/detected-secrets-queries
      name: detected-secrets-queries
      description: REST surface for detected-secrets-queries.
      operations:
      - method: POST
        name: detectedsecretsqueries
        description: APIs.io Engineering Platform Search detected secrets
        call: postman-detected-secrets.detectedsecretsqueries
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/detected-secrets/{secretid}
      name: detected-secrets-secretid
      description: REST surface for detected-secrets-secretId.
      operations:
      - method: PUT
        name: updatedetectedsecretresolutions
        description: APIs.io Engineering Platform Update detected secret resolution status
        call: postman-detected-secrets.updatedetectedsecretresolutions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/detected-secrets/{secretid}/locations
      name: detected-secrets-secretid-locations
      description: REST surface for detected-secrets-secretId-locations.
      operations:
      - method: GET
        name: getdetectedsecretslocations
        description: APIs.io Engineering Platform Get detected secrets locations
        call: postman-detected-secrets.getdetectedsecretslocations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-detected-secrets-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Detected Secrets. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-search-detected
      description: APIs.io Engineering Platform Search detected secrets
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: postman-detected-secrets.detectedsecretsqueries
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-detected
      description: APIs.io Engineering Platform Update detected secret resolution status
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-detected-secrets.updatedetectedsecretresolutions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-detected
      description: APIs.io Engineering Platform Get detected secrets locations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-detected-secrets.getdetectedsecretslocations
      outputParameters:
      - type: object
        mapping: $.