> ## Documentation Index
> Fetch the complete documentation index at: https://www.marqeta.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Versioning

> Marqeta's Core API adheres to a robust versioning strategy as a way to transparently and proactively manage complexity and breaking changes as the platform evolves.

The Core API version is indicated in each endpoint resource path. For example, `https://api.marqeta.com/v3/users` indicates the API is at version 3. Marqeta increments the version number when it releases a new version containing backwards-incompatible changes. Minor updates and bug fixes are typically released without incrementing the version number. Ensure that your application gracefully handles API revisions by allowing for additional, unspecified resource fields in the response and for variable response sizes.
