Resolving OAuth Token Issues in Production
Overview
If you're experiencing token issues in your production environment, it may be due to incorrect API URL usage. This guide will help you resolve these issues by ensuring the correct URL is used for OAuth calls.
Steps to Resolve Token Issues
Verify that you are using the correct API URL for OAuth calls. The correct URL is:
https://api2.leantech.me
.Ensure that all your API requests are directed to this URL.
Consult the official documentation for further details on API usage and configuration.
Additional Resources
For more information, please refer to the LeanTech API Documentation.