Expedia Group · Capability

Expedia Group Product API — Rate Verification Thresholds

Expedia Group Product API — Rate Verification Thresholds. 1 operations. Lead operation: Expedia Group Read a single room type's rate verification thresholds. Self-contained Naftiko capability covering one Expedia Group business surface.

Run with Naftiko Expedia GroupRate Verification Thresholds

What You Can Do

GET
Getrateverificationthresholds — Expedia Group Read a single room type's rate verification thresholds
/v1/properties/{propertyid}/roomtypes/{roomtypeid}/ratethresholds

MCP Tools

expedia-group-read-single-room

Expedia Group Read a single room type's rate verification thresholds

read-only idempotent

Capability Spec

expedia-lodging-product-rate-verification-thresholds.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Expedia Group Product API — Rate Verification Thresholds
  description: 'Expedia Group Product API — Rate Verification Thresholds. 1 operations. Lead operation: Expedia Group Read
    a single room type''s rate verification thresholds. Self-contained Naftiko capability covering one Expedia Group business
    surface.'
  tags:
  - Expedia Group
  - Rate Verification Thresholds
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    EXPEDIA_GROUP_API_KEY: EXPEDIA_GROUP_API_KEY
capability:
  consumes:
  - type: http
    namespace: expedia-lodging-product-rate-verification-thresholds
    baseUri: https://services.expediapartnercentral.com
    description: Expedia Group Product API — Rate Verification Thresholds business capability. Self-contained, no shared references.
    resources:
    - name: properties-propertyId-roomTypes-roomTypeId-rateThresholds
      path: /properties/{propertyId}/roomTypes/{roomTypeId}/rateThresholds
      operations:
      - name: getrateverificationthresholds
        method: GET
        description: Expedia Group Read a single room type's rate verification thresholds
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: propertyId
          in: path
          type: string
          description: Expedia Property ID
          required: true
        - name: roomTypeId
          in: path
          type: string
          description: Room type resource ID. Integer
          required: true
    authentication:
      type: basic
      username: '{{env.EXPEDIA_GROUP_USER}}'
      password: '{{env.EXPEDIA_GROUP_PASS}}'
  exposes:
  - type: rest
    namespace: expedia-lodging-product-rate-verification-thresholds-rest
    port: 8080
    description: REST adapter for Expedia Group Product API — Rate Verification Thresholds. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/properties/{propertyid}/roomtypes/{roomtypeid}/ratethresholds
      name: properties-propertyid-roomtypes-roomtypeid-ratethresholds
      description: REST surface for properties-propertyId-roomTypes-roomTypeId-rateThresholds.
      operations:
      - method: GET
        name: getrateverificationthresholds
        description: Expedia Group Read a single room type's rate verification thresholds
        call: expedia-lodging-product-rate-verification-thresholds.getrateverificationthresholds
        with:
          propertyId: rest.propertyId
          roomTypeId: rest.roomTypeId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: expedia-lodging-product-rate-verification-thresholds-mcp
    port: 9090
    transport: http
    description: MCP adapter for Expedia Group Product API — Rate Verification Thresholds. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: expedia-group-read-single-room
      description: Expedia Group Read a single room type's rate verification thresholds
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: expedia-lodging-product-rate-verification-thresholds.getrateverificationthresholds
      with:
        propertyId: tools.propertyId
        roomTypeId: tools.roomTypeId
      outputParameters:
      - type: object
        mapping: $.