# Headers

## Request Headers <a href="#request-headers" id="request-headers"></a>

| Header         | Description                                                                   |
| -------------- | ----------------------------------------------------------------------------- |
| `Content-Type` | This must be `application/json` for all `POST` `PATCH` and `DELETE` requests. |

## Response Headers <a href="#response-headers" id="response-headers"></a>

| Header              | Description                                                                                                                                      |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Octo-Capabilities` | <p>A list of the capabilities that were initialised with this request.</p><p>e.g. <code>Octo-Capabilities: octo/pricing, octo/content</code></p> |
| `Octo-Env`          | This will return `test` if the request is in test, or `live` if it wasn't.                                                                       |
