Versioning and changelog
Try it on a test key
curl -s "https://api.wellwardhealth.com/v1/health"
The API is versioned in the path: /v1/.
Within a version, changes are additive. We add endpoints, optional parameters, response fields and enum values without notice; your client must ignore fields it does not know.
- We will not remove or rename a field, endpoint or required parameter within a version without at least 90 days' notice on the changelog and by email to your account.
- A breaking change otherwise ships as a new version (
/v2/). We may retire a version six months after announcing its successor; from the day of the announcement, the old version's responses carryDeprecationandSunsetheaders. - Security fixes, and removing Data we are legally required to remove, are not subject to this notice.
The API Terms (§9) are the governing text. Every change, breaking or not, is on the changelog.
API reference · Dashboard · Questions: hello@wellwardhealth.com