# Versioning

API versioning allows Malomo to continuously evolve the platform while offering third-party developers a predictable path for feature upgrades and deprecations.

### Version Header

You can specify a version using the `Accept` header on each request. The current API version is `application/vnd.malomo+json; version=2`.

#### Example

```
curl https://api.gomalomo.com/orders/1323fa24-f252-4f97-9960-a36fee7c3a6a \
  -H "Authorization: Bearer sk_452e3bab2f8c1f7cf03de018855fdf7e"
  -H "Accept: application/vnd.malomo+json; version=2"
```
