Versioning
How SwitchApp handles API version management.
SwitchApp releases API versions in standard versioning format ie major.minor.patch
eg 1.0.3.
However, you may call our API using only the major version eg https://api.switchappgo.com/v1/target-endpoint
. Our servers will guide you to the appropriate versions. Don't worry, we do not release breaking changes without updating the major version of our app.
Versioning enables updates and new features added to SwitchApp to not interfere with the normal operation of your app. This allows you to only upgrade to newer versions when you are ready.
All API requests must include an API version in the URL. This makes the API version in use easy to identify.
Last updated