Discussions
Dialpad OAuth2 return 403 response Randomly.
over 1 year ago by anuruddha
Hi, Im using OAuth2 authentication with Dialpad.
When Im trying to get access token from the using the ClientID, ClientSecrete and Code sometime im getting a 403 response from Dialpad API side, but sometime im getting the response as i expected (200 status with the access-token)
403 Response:
"Invalid Response Received: 403 - {"error_code": 403, "error_type": null, "errors": null, "exception": "forbidden", "message": "forbidden", "status": 1}"
I didn't able to find the root case for this, Can anyone help me out on this ?