check_for_changes
FREE — costs nothing, call it as often as you like. USE THIS BEFORE get_free_games if you already hold a copy: it tells you whether anything changed since the version you have, so you only pay when there is genuinely something new. Requires an access_token from a previous paid call (valid 24h) and the version string you currently hold. Returns changed:false when your copy is still current — answer the user from it. Returns changed:true when it is stale — then call get_free_games.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | Yes | Token from a previous paid call. | |
| known_version | Yes | The version string you currently hold. |