Get app settings
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/app-settings \ --header 'x-api-key: <api-key>'
200
Example
{ "platform": "<string>", "your_version": "<string>", "current_version": "<string>", "is_different": true, "update_type": "<string>"}
Version of the app
Platform of the app
android
ios
ru_store
Successful Response