Skip to main content

Versioning

The API version is part of each endpoint path. The current namespace is /v1.

Within v1, Remy may make backwards-compatible additions such as new endpoints, optional fields, response fields, or enum values. Clients should ignore response fields they do not recognise.

Breaking changes—such as removing fields, changing field types, or changing authentication semantics—will use a new major namespace or be announced with migration guidance.

Review the Changelog before upgrading an integration.