Buttondown Documentation
Whenever we make a backwards-incompatible change to the API, we release a new version of the API. (The current version is 2024-09-30
.)
Buttondown determines the API version associated with a request in two ways:
header
with the key X-API-Version
, Buttondown will use that value as the API version.header
with the key X-API-Version
, Buttondown will use a pinned version associated with the newsletter. This pinned version can be found (and changed) in the "API" section of your settings page.We consider a backwards-incompatible change to be any change that could potentially break existing code that uses the API. This includes (but is not limited to):