APIs.io Engineering Platform Postman API — Transfer Collection Items

APIs.io Engineering Platform Postman API — Transfer Collection Items. 3 operations. Lead operation: APIs.io Engineering Platform Transfer folders. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformTransfer Collection Items

What You Can Do

POST
Transfercollectionfolders — APIs.io Engineering Platform Transfer folders
/v1/collection-folders-transfers
POST
Transfercollectionrequests — APIs.io Engineering Platform Transfer requests
/v1/collection-requests-transfers
POST
Transfercollectionresponses — APIs.io Engineering Platform Transfer responses
/v1/collection-responses-transfers

MCP Tools

apis-io-engineering-platform-transfer-folders

APIs.io Engineering Platform Transfer folders

apis-io-engineering-platform-transfer-requests

APIs.io Engineering Platform Transfer requests

apis-io-engineering-platform-transfer-responses

APIs.io Engineering Platform Transfer responses

Capability Spec

postman-transfer-collection-items.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Transfer Collection Items
  description: 'APIs.io Engineering Platform Postman API — Transfer Collection Items. 3 operations. Lead operation: APIs.io
    Engineering Platform Transfer folders. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Transfer Collection Items
  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-transfer-collection-items
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Transfer Collection Items business capability. Self-contained,
      no shared references.
    resources:
    - name: collection-folders-transfers
      path: /collection-folders-transfers
      operations:
      - name: transfercollectionfolders
        method: POST
        description: APIs.io Engineering Platform Transfer folders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collection-requests-transfers
      path: /collection-requests-transfers
      operations:
      - name: transfercollectionrequests
        method: POST
        description: APIs.io Engineering Platform Transfer requests
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collection-responses-transfers
      path: /collection-responses-transfers
      operations:
      - name: transfercollectionresponses
        method: POST
        description: APIs.io Engineering Platform Transfer responses
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: postman-transfer-collection-items-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Transfer Collection Items. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/collection-folders-transfers
      name: collection-folders-transfers
      description: REST surface for collection-folders-transfers.
      operations:
      - method: POST
        name: transfercollectionfolders
        description: APIs.io Engineering Platform Transfer folders
        call: postman-transfer-collection-items.transfercollectionfolders
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collection-requests-transfers
      name: collection-requests-transfers
      description: REST surface for collection-requests-transfers.
      operations:
      - method: POST
        name: transfercollectionrequests
        description: APIs.io Engineering Platform Transfer requests
        call: postman-transfer-collection-items.transfercollectionrequests
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collection-responses-transfers
      name: collection-responses-transfers
      description: REST surface for collection-responses-transfers.
      operations:
      - method: POST
        name: transfercollectionresponses
        description: APIs.io Engineering Platform Transfer responses
        call: postman-transfer-collection-items.transfercollectionresponses
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-transfer-collection-items-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Transfer Collection Items. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-transfer-folders
      description: APIs.io Engineering Platform Transfer folders
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-transfer-collection-items.transfercollectionfolders
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-transfer-requests
      description: APIs.io Engineering Platform Transfer requests
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-transfer-collection-items.transfercollectionrequests
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-transfer-responses
      description: APIs.io Engineering Platform Transfer responses
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-transfer-collection-items.transfercollectionresponses
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.