How the 3Common REST API evolves and what counts as a breaking change.
The 3Common REST API is versioned via the URL path. The current version is
v1, served from https://api.3common.com/v1/.
The following changes are released to v1 without a major-version bump:
Build defensively. Your integration should ignore unknown response fields rather than fail on them.
These changes will land on a new major version (v2, etc.) rather than
modifying v1:
When v2 ships, v1 will continue to serve traffic. Deprecation timelines
will be announced through email and the help center before any version is
turned off.
The OpenAPI document is the source of truth:
api.3common.com/docs/json.