Comment on page
Versioning
The following changes are considered backward compatible:
- Adding new API resources.
- Adding new optional request parameters to existing API methods.
- Adding new properties to existing API responses.
- Changing the order of properties in existing API responses.
- Changing the length or format of object IDs or other opaque strings.
- Altering the message attributes returned by our errors.
- Adding new webhooks event types. Your webhook listener should gracefully handle unfamiliar event types.
- Added new Static Data endpoints.
- Initial release.
Last modified 11mo ago