Versioning
Understand how versioning works for Sandbox APIs for better integration.
We release a new version when backward compatibility is not feasible for the APIs. This is to prevent breakages for existing users. However, there are features that remain backward compatible.
Features that we consider to be backward compatible are:
- Adding new API resources.
- Adding new 'optional' input parameters to existing API methods.
- Adding new attributes to existing API responses.
- Changing the order of attributes in existing API responses.
- Changing the length of objects
Important to note
You can continue to use the old API version, or update your application to the new Sandbox API version.
All requests use the default setting unless you override the API version. By specifying a version in a REST request, you can get expected responses regardless of future changes to the API. You can also manually set the x-api-version
header to use a specific version for a given API request.
Sandbox will communicate the creation of any new version as well as any deprecation of older versions.
Updated about 1 month ago