My authorization request is as below
auth.monday.comand i have set my redirect uri to
https://fc7f6898f266.ngrok.io/monday/test
on monday platform (i have only one redirect uri set for my app)
My problem is when I run the authorization request from the postman it shows me an error
{
"error": "invalid_request",
"error_description": "Invalid redirect_uri"
}
Please help me out on this.