---
title: "X-API-Version"
url: "https://developer.pexa.co.uk/apis/reporting-v1-v1/versions/13420a64-2182-4b86-9480-ff41e2207733/schemas/X-API-Version"
---

> Full API specification: https://developer.pexa.co.uk/apis/reporting-v1-v1/versions/13420a64-2182-4b86-9480-ff41e2207733.md

# X-API-Version

The API version that was used to process the request.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Retrieve Report
  version: v1.0.0
servers:
  - url: https://api.pexa.co.uk
    description: API Gateway URL
components:
  schemas:
    X-API-Version:
      type: string
      description: The API version that was used to process the request.
```
