> ## Documentation Index
> Fetch the complete documentation index at: https://docs.easystreetoffers.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Respond to offer

> Respond to an offer.

| Status   | Description                    |
| -------- | ------------------------------ |
| accepted | Request to finalize this offer |
| rejected | Reject this offer              |


## OpenAPI

````yaml patch /offers/{offer_id}
openapi: 3.0.1
info:
  title: OpenAPI ESO
  description: ESO
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://v2.easystreetoffers.com/api/v2
security:
  - ApiKeyAuth: []
paths: {}
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: Authorization

````