Hi,
I’m currently using a free 14-day Monday.com subscription for development purposes. After the trial period ended, I noticed that query APIs still work fine, but mutation APIs (like creating items) return an “unauthorized” error.
I have a few questions:
- Is there an API to retrieve the subscription expiry time or related status?
I want to handle this gracefully by notifying users when their token has expired or lost permission for certain actions. - Is it possible to use a free account for both queries and mutations after the 14-day trial?
As a developer, creating new accounts every 14 days isn’t practical. Is there a way to continue development without needing to upgrade to a paid plan?
Any advice on how to handle token expiration, permissions, or development workflows in this scenario would be greatly appreciated.
Thanks in advance!