Privyde Developers
The Privyde public API is versioned in the URL path. /api/v1/... is the address to integrate against, and the unversioned /api/... form is an alias of the current version. Every response carries an API-Version header, so a client always knows what answered it.
A breaking change ships as a new path version (/api/v2/). The previous version keeps answering while it is supported.
When a version or an endpoint is scheduled for removal, every one of its responses starts carrying these headers. A client that reads them finds out on its next ordinary call: no newsletter, no blog post, nothing a machine can miss.
Deprecation: @1774051200
Sunset: Sat, 20 Jun 2026 00:00:00 GMT
Link: <https://privyde.com/developers/deprecation>; rel="deprecation"; type="text/html"
API-Version: 1Deprecation (RFC 9745): when the decision took effect. The endpoint still works.Sunset (RFC 8594): the date it stops answering.Link; rel="deprecation": this page, with what to migrate to.At least 180 days between Deprecation and Sunset. The only exception is a change forced by a security or legal obligation, which is announced with as much notice as the obligation allows and explained on this page.
Nothing. v1 is the current and only version, and no endpoint is scheduled for removal. This section is where retirements are listed, with their sunset date, while they are in progress.