APIs.io Engineering Platform Postman API — API Versions

APIs.io Engineering Platform Postman API — API Versions. 4 operations. Lead operation: APIs.io Engineering Platform Get all versions. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAPI Versions

What You Can Do

GET
Getapiversions — APIs.io Engineering Platform Get all versions
/v1/apis/{apiid}/versions
POST
Createapiversion — APIs.io Engineering Platform Create a version
/v1/apis/{apiid}/versions
PUT
Updateapiversion — APIs.io Engineering Platform Update a version
/v1/apis/{apiid}/versions/{versionid}
DELETE
Deleteapiversion — APIs.io Engineering Platform Delete a version
/v1/apis/{apiid}/versions/{versionid}

MCP Tools

apis-io-engineering-platform-get-all

APIs.io Engineering Platform Get all versions

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

APIs.io Engineering Platform Create a version

apis-io-engineering-platform-update-version

APIs.io Engineering Platform Update a version

idempotent
apis-io-engineering-platform-delete-version

APIs.io Engineering Platform Delete a version

idempotent

Capability Spec

postman-api-versions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — API Versions
  description: 'APIs.io Engineering Platform Postman API — API Versions. 4 operations. Lead operation: APIs.io Engineering
    Platform Get all versions. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - API Versions
  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-api-versions
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — API Versions business capability. Self-contained, no shared references.
    resources:
    - name: apis-apiId-versions
      path: /apis/{apiId}/versions
      operations:
      - name: getapiversions
        method: GET
        description: APIs.io Engineering Platform Get all versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createapiversion
        method: POST
        description: APIs.io Engineering Platform Create a version
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: apis-apiId-versions-versionId
      path: /apis/{apiId}/versions/{versionId}
      operations:
      - name: updateapiversion
        method: PUT
        description: APIs.io Engineering Platform Update a version
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteapiversion
        method: DELETE
        description: APIs.io Engineering Platform Delete a version
        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-api-versions-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — API Versions. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/apis/{apiid}/versions
      name: apis-apiid-versions
      description: REST surface for apis-apiId-versions.
      operations:
      - method: GET
        name: getapiversions
        description: APIs.io Engineering Platform Get all versions
        call: postman-api-versions.getapiversions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createapiversion
        description: APIs.io Engineering Platform Create a version
        call: postman-api-versions.createapiversion
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/{apiid}/versions/{versionid}
      name: apis-apiid-versions-versionid
      description: REST surface for apis-apiId-versions-versionId.
      operations:
      - method: PUT
        name: updateapiversion
        description: APIs.io Engineering Platform Update a version
        call: postman-api-versions.updateapiversion
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapiversion
        description: APIs.io Engineering Platform Delete a version
        call: postman-api-versions.deleteapiversion
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-api-versions-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — API Versions. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-all
      description: APIs.io Engineering Platform Get all versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-api-versions.getapiversions
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-version
      description: APIs.io Engineering Platform Create a version
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-api-versions.createapiversion
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-version
      description: APIs.io Engineering Platform Update a version
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-api-versions.updateapiversion
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-version
      description: APIs.io Engineering Platform Delete a version
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-api-versions.deleteapiversion
      outputParameters:
      - type: object
        mapping: $.