# Targeting a specific version

## Default API version[​](#default-api-version "Direct link to Default API version")

All requests use your organization's "pinned version". By default, this is the most recent version of the API at the creation time of your organization. This value can be checked and updated on the Console in [API Keys](https://pro.nabla.com/developers/api-keys). We allow you to pin your API version to any existing version.

## API updates[​](#api-updates "Direct link to API updates")

When backwards-incompatible changes are made to the API, a new, dated version is released. The current version is `2024-04-22`. For a list of all available versions and their associated changes, check out our [Changelog & Upgrades](/2024-04-22/guides/api-versioning/changelog-and-upgrades.md) page.

## Manually set the API version[​](#manually-set-the-api-version "Direct link to Manually set the API version")

To set the API version on a specific request, you can add a specific header named `X-Nabla-Api-Version` (otherwise query parameter `nabla-api-version`) with the value of the version you are targeting:

```
curl https://api.nabla.com/{endpoint} -H "X-Nabla-Api-Version: 2024-04-22"
```
