App Versions

Check Version

Check if the client app needs an update. This endpoint can be called by the native app to check if an update is required.

post/app-versions/check

Request body

current_versionstring required
platformstring

Response

Successful Response

needs_updateboolean required
latest_versionstring required
update_urlstring nullable

Changes