APIs.io Engineering Platform Postman API — Collection Responses

APIs.io Engineering Platform Postman API — Collection Responses. 8 operations. Lead operation: APIs.io Engineering Platform Create a response. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformCollection Responses

What You Can Do

POST
Createcollectionresponse — APIs.io Engineering Platform Create a response
/v1/collections/{collectionid}/responses
GET
Getcollectionresponse — APIs.io Engineering Platform Get a response
/v1/collections/{collectionid}/responses/{responseid}
PUT
Updatecollectionresponse — APIs.io Engineering Platform Update a response
/v1/collections/{collectionid}/responses/{responseid}
DELETE
Deletecollectionresponse — APIs.io Engineering Platform Delete a response
/v1/collections/{collectionid}/responses/{responseid}
GET
Getresponsecomments — APIs.io Engineering Platform Get a response's comments
/v1/collections/{collectionid}/responses/{responseid}/comments
POST
Createresponsecomment — APIs.io Engineering Platform Create a response comment
/v1/collections/{collectionid}/responses/{responseid}/comments
PUT
Updateresponsecomment — APIs.io Engineering Platform Update a response's comment
/v1/collections/{collectionid}/responses/{responseid}/comments/{commentid}
DELETE
Deleteresponsecomment — APIs.io Engineering Platform Delete a response's comment
/v1/collections/{collectionid}/responses/{responseid}/comments/{commentid}

MCP Tools

apis-io-engineering-platform-create-response

APIs.io Engineering Platform Create a response

apis-io-engineering-platform-get-response

APIs.io Engineering Platform Get a response

read-only idempotent
apis-io-engineering-platform-update-response

APIs.io Engineering Platform Update a response

idempotent
apis-io-engineering-platform-delete-response

APIs.io Engineering Platform Delete a response

idempotent
apis-io-engineering-platform-get-response-s

APIs.io Engineering Platform Get a response's comments

read-only idempotent
apis-io-engineering-platform-create-response-2

APIs.io Engineering Platform Create a response comment

apis-io-engineering-platform-update-response-s

APIs.io Engineering Platform Update a response's comment

idempotent
apis-io-engineering-platform-delete-response-s

APIs.io Engineering Platform Delete a response's comment

idempotent

Capability Spec

postman-collection-responses.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Collection Responses
  description: 'APIs.io Engineering Platform Postman API — Collection Responses. 8 operations. Lead operation: APIs.io Engineering
    Platform Create a response. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Collection Responses
  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-collection-responses
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Collection Responses business capability. Self-contained, no shared
      references.
    resources:
    - name: collections-collectionId-responses
      path: /collections/{collectionId}/responses
      operations:
      - name: createcollectionresponse
        method: POST
        description: APIs.io Engineering Platform Create a response
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collections-collectionId-responses-responseId
      path: /collections/{collectionId}/responses/{responseId}
      operations:
      - name: getcollectionresponse
        method: GET
        description: APIs.io Engineering Platform Get a response
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatecollectionresponse
        method: PUT
        description: APIs.io Engineering Platform Update a response
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletecollectionresponse
        method: DELETE
        description: APIs.io Engineering Platform Delete a response
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: collections-collectionId-responses-responseId-comments
      path: /collections/{collectionId}/responses/{responseId}/comments
      operations:
      - name: getresponsecomments
        method: GET
        description: APIs.io Engineering Platform Get a response's comments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createresponsecomment
        method: POST
        description: APIs.io Engineering Platform Create a response comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collections-collectionId-responses-responseId-comments-commentId
      path: /collections/{collectionId}/responses/{responseId}/comments/{commentId}
      operations:
      - name: updateresponsecomment
        method: PUT
        description: APIs.io Engineering Platform Update a response's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteresponsecomment
        method: DELETE
        description: APIs.io Engineering Platform Delete a response's comment
        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-collection-responses-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Collection Responses. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/collections/{collectionid}/responses
      name: collections-collectionid-responses
      description: REST surface for collections-collectionId-responses.
      operations:
      - method: POST
        name: createcollectionresponse
        description: APIs.io Engineering Platform Create a response
        call: postman-collection-responses.createcollectionresponse
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/responses/{responseid}
      name: collections-collectionid-responses-responseid
      description: REST surface for collections-collectionId-responses-responseId.
      operations:
      - method: GET
        name: getcollectionresponse
        description: APIs.io Engineering Platform Get a response
        call: postman-collection-responses.getcollectionresponse
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecollectionresponse
        description: APIs.io Engineering Platform Update a response
        call: postman-collection-responses.updatecollectionresponse
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecollectionresponse
        description: APIs.io Engineering Platform Delete a response
        call: postman-collection-responses.deletecollectionresponse
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/responses/{responseid}/comments
      name: collections-collectionid-responses-responseid-comments
      description: REST surface for collections-collectionId-responses-responseId-comments.
      operations:
      - method: GET
        name: getresponsecomments
        description: APIs.io Engineering Platform Get a response's comments
        call: postman-collection-responses.getresponsecomments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createresponsecomment
        description: APIs.io Engineering Platform Create a response comment
        call: postman-collection-responses.createresponsecomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/responses/{responseid}/comments/{commentid}
      name: collections-collectionid-responses-responseid-comments-commentid
      description: REST surface for collections-collectionId-responses-responseId-comments-commentId.
      operations:
      - method: PUT
        name: updateresponsecomment
        description: APIs.io Engineering Platform Update a response's comment
        call: postman-collection-responses.updateresponsecomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteresponsecomment
        description: APIs.io Engineering Platform Delete a response's comment
        call: postman-collection-responses.deleteresponsecomment
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-collection-responses-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Collection Responses. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-create-response
      description: APIs.io Engineering Platform Create a response
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-collection-responses.createcollectionresponse
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-response
      description: APIs.io Engineering Platform Get a response
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-collection-responses.getcollectionresponse
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-response
      description: APIs.io Engineering Platform Update a response
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-collection-responses.updatecollectionresponse
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-response
      description: APIs.io Engineering Platform Delete a response
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-collection-responses.deletecollectionresponse
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-response-s
      description: APIs.io Engineering Platform Get a response's comments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-collection-responses.getresponsecomments
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-response-2
      description: APIs.io Engineering Platform Create a response comment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-collection-responses.createresponsecomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-response-s
      description: APIs.io Engineering Platform Update a response's comment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-collection-responses.updateresponsecomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-response-s
      description: APIs.io Engineering Platform Delete a response's comment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-collection-responses.deleteresponsecomment
      outputParameters:
      - type: object
        mapping: $.