Troubleshooting If requests fail, run or Base URL Miro officially uses OAuth 2.0, but apps in the Developer Portal can issue a non-expiring access token (service-account style). The environment variable holds that token; all requests pass it as . Official docs: How to Use 1. Verify Current Token Inspect the current access token (scopes, team, user): Use this as a connection smoke test before running any board operations. 2. List Boards List boards the token has access to. Default page size is 20; max is 50. Filter by team or owner: Save a board ID from the output for subsequent calls. 3. Get…