API Basics
API versioning
api versioning explained all api endpoints contain a numbered version in the url whenever breaking changes are made to the api, a new major version will be created a new version will not be created for non breaking changes https //api crbcos com/core/v1/cm/customers breaking changes non breaking changes adding new required fields to request adding new optional fields to request changes to the response format adding new fields to response data type changes adding new values to fields (e g a new status value) modifying an endpoint url bug fixes removing endpoints adding new endpoints deprecated versions when we release a new major version, we will continue to support the previous version for a period of at least 6 months before it is deprecated