APIs.io Engineering Platform Postman API — Collection Requests

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

Run with Naftiko Engineering PlatformCollection Requests

What You Can Do

POST
Createcollectionrequest — APIs.io Engineering Platform Create a request
/v1/collections/{collectionid}/requests
GET
Getcollectionrequest — APIs.io Engineering Platform Get a request
/v1/collections/{collectionid}/requests/{requestid}
PUT
Updatecollectionrequest — APIs.io Engineering Platform Update a request
/v1/collections/{collectionid}/requests/{requestid}
DELETE
Deletecollectionrequest — APIs.io Engineering Platform Delete a request
/v1/collections/{collectionid}/requests/{requestid}
GET
Getrequestcomments — APIs.io Engineering Platform Get a request's comments
/v1/collections/{collectionid}/requests/{requestid}/comments
POST
Createrequestcomment — APIs.io Engineering Platform Create a request comment
/v1/collections/{collectionid}/requests/{requestid}/comments
PUT
Updaterequestcomment — APIs.io Engineering Platform Update a request's comment
/v1/collections/{collectionid}/requests/{requestid}/comments/{commentid}
DELETE
Deleterequestcomment — APIs.io Engineering Platform Delete a request's comment
/v1/collections/{collectionid}/requests/{requestid}/comments/{commentid}

MCP Tools

apis-io-engineering-platform-create-request

APIs.io Engineering Platform Create a request

apis-io-engineering-platform-get-request

APIs.io Engineering Platform Get a request

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

APIs.io Engineering Platform Update a request

idempotent
apis-io-engineering-platform-delete-request

APIs.io Engineering Platform Delete a request

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

APIs.io Engineering Platform Get a request's comments

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

APIs.io Engineering Platform Create a request comment

apis-io-engineering-platform-update-request-s

APIs.io Engineering Platform Update a request's comment

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

APIs.io Engineering Platform Delete a request's comment

idempotent

Capability Spec

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