I’m trying to implement Miro’s OAuth integration for my application, but I’m facing problems during the token exchange process. After successfully obtaining the authorization code from users after they approve my app, I’m attempting to exchange this code for an access token. However, I keep receiving a 401 unauthorized error from the API.
I have verified my client ID and secret multiple times, and I ensure to utilize the authorization code promptly after it’s received. My request seems to be correctly formatted as per the documentation, yet something is still not right.
Has anyone else experienced this issue with Miro’s OAuth process? I wonder if there are particular details about the request format or timing that I’m overlooking. Any help or insights into what could be leading to this authentication failure would be greatly appreciated.