The API is versioned with a single number, which is currently 1. This number symbolizes the major version number, as described by SemVer. Because of this, backward-incompatible changes require this version number to change.

The minor version isn't explicit, which allows for a stable API endpoint. New features can be added to the API in the same version number.

API requests must be made over HTTPS and include the API version.