Overview

Versioning

Every endpoint is served under a version segment, currently `v1`:

https://admin.getaeolian.com/api/v1

There is only one version. The API has only ever been v1, so there is no version-selection mechanism, no dated versions, and no migration path to document yet. Keeping v1 in your request URLs is all that's required.

When a new version is introduced, this page will document how versions are selected and how long earlier versions stay supported.