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

# quote.superseded

> A Quote was replaced by a newer revision; the previous quote is no longer billable.

Prets sends this as an HTTPS POST to the endpoint registered via `POST /v1/events/destinations`. Each delivery carries `Authorization: Bearer {bearerSecret}` and uses `eventId` as the idempotency key. Return any 2xx within 30s to acknowledge; non-2xx responses are retried with backoff for up to 24h.



## OpenAPI

````yaml https://api.prets.io/v1/openapi.json webhook quote.superseded
openapi: 3.1.0
info:
  title: Prets API
  version: 1.0.0
servers:
  - url: https://api.prets.app
security:
  - bearerAuth: []
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````