APIs.io Engineering Platform Postman API — Pull Requests

APIs.io Engineering Platform Postman API — Pull Requests. 5 operations. Lead operation: APIs.io Engineering Platform Get a collection's pull requests. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformPull Requests

What You Can Do

GET
Getcollectionpullrequests — APIs.io Engineering Platform Get a collection's pull requests
/v1/collections/{collectionid}/pull-requests
POST
Createcollectionpullrequest — APIs.io Engineering Platform Create a pull request
/v1/collections/{collectionid}/pull-requests
GET
Getpullrequest — APIs.io Engineering Platform Get a pull request
/v1/pull-requests/{pullrequestid}
PUT
Updatepullrequest — APIs.io Engineering Platform Update a pull request
/v1/pull-requests/{pullrequestid}
POST
Reviewpullrequest — APIs.io Engineering Platform Review a pull request
/v1/pull-requests/{pullrequestid}/tasks

MCP Tools

apis-io-engineering-platform-get-collection-s

APIs.io Engineering Platform Get a collection's pull requests

read-only idempotent
apis-io-engineering-platform-create-pull

APIs.io Engineering Platform Create a pull request

apis-io-engineering-platform-get-pull

APIs.io Engineering Platform Get a pull request

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

APIs.io Engineering Platform Update a pull request

idempotent
apis-io-engineering-platform-review-pull

APIs.io Engineering Platform Review a pull request

Capability Spec

postman-pull-requests.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Pull Requests
  description: 'APIs.io Engineering Platform Postman API — Pull Requests. 5 operations. Lead operation: APIs.io Engineering
    Platform Get a collection''s pull requests. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Pull 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-pull-requests
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Pull Requests business capability. Self-contained, no shared references.
    resources:
    - name: collections-collectionId-pull-requests
      path: /collections/{collectionId}/pull-requests
      operations:
      - name: getcollectionpullrequests
        method: GET
        description: APIs.io Engineering Platform Get a collection's pull requests
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createcollectionpullrequest
        method: POST
        description: APIs.io Engineering Platform Create a pull request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: pull-requests-pullRequestId
      path: /pull-requests/{pullRequestId}
      operations:
      - name: getpullrequest
        method: GET
        description: APIs.io Engineering Platform Get a pull request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatepullrequest
        method: PUT
        description: APIs.io Engineering Platform Update a pull request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: pull-requests-pullRequestId-tasks
      path: /pull-requests/{pullRequestId}/tasks
      operations:
      - name: reviewpullrequest
        method: POST
        description: APIs.io Engineering Platform Review a pull request
        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-pull-requests-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Pull Requests. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/collections/{collectionid}/pull-requests
      name: collections-collectionid-pull-requests
      description: REST surface for collections-collectionId-pull-requests.
      operations:
      - method: GET
        name: getcollectionpullrequests
        description: APIs.io Engineering Platform Get a collection's pull requests
        call: postman-pull-requests.getcollectionpullrequests
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcollectionpullrequest
        description: APIs.io Engineering Platform Create a pull request
        call: postman-pull-requests.createcollectionpullrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/pull-requests/{pullrequestid}
      name: pull-requests-pullrequestid
      description: REST surface for pull-requests-pullRequestId.
      operations:
      - method: GET
        name: getpullrequest
        description: APIs.io Engineering Platform Get a pull request
        call: postman-pull-requests.getpullrequest
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatepullrequest
        description: APIs.io Engineering Platform Update a pull request
        call: postman-pull-requests.updatepullrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/pull-requests/{pullrequestid}/tasks
      name: pull-requests-pullrequestid-tasks
      description: REST surface for pull-requests-pullRequestId-tasks.
      operations:
      - method: POST
        name: reviewpullrequest
        description: APIs.io Engineering Platform Review a pull request
        call: postman-pull-requests.reviewpullrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-pull-requests-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Pull Requests. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-collection-s
      description: APIs.io Engineering Platform Get a collection's pull requests
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-pull-requests.getcollectionpullrequests
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-pull
      description: APIs.io Engineering Platform Create a pull request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-pull-requests.createcollectionpullrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-pull
      description: APIs.io Engineering Platform Get a pull request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-pull-requests.getpullrequest
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-pull
      description: APIs.io Engineering Platform Update a pull request
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-pull-requests.updatepullrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-review-pull
      description: APIs.io Engineering Platform Review a pull request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-pull-requests.reviewpullrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.