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

# OpenAPI

> Machine-readable OpenAPI 3.1 contract.

The OpenAPI 3.1 document is stored in this repository at:

```text theme={null}
docs/reference/archive-order-openapi.yaml
```

Use it to generate clients, validate requests, or import the API into tools such as Postman, Insomnia, Stoplight, and Swagger UI.

<Card title="OpenAPI YAML" icon="file-code" href="/docs/reference/archive-order-openapi.yaml">
  Download the ArchiveOrder OpenAPI document.
</Card>

## Included resources

* Orders
* Offers
* Payments
* Messages
* Documents
* Events
* Webhook endpoints
* Webhook event delivery
* Error responses
* Public schemas

## Version

The current OpenAPI document declares:

```yaml theme={null}
openapi: 3.1.0
info:
  title: ArchiveOrder API
  version: 0.1.0
```
