Versioning
The API version is indicated in the base URL (/v1/
or /v2/
etc). Updates to the API will be released under new versions to maintain backward compatibility.
Note: Currently we are supporting /v1/
for all the APIs.
Updating to a New Version
- Review the Changelog: Understand the changes in the new version.
- Test in Sandbox Environment: Ensure your integration works with the new version.
- Update Your Application: Make necessary code changes to accommodate updates.