I am following this document(https://developer.zendesk.com/documentation/ticketing/working-with-oauth/using-oauth-to-authenticate-zendesk-api-requests-in-a-web-app/) to set up zendesk authentication. But I am encountering this error while exchanging code with token.
{"error":"invalid_client","error_description":"The client identifier provided is invalid, the client failed to authenticate, the client did not include its credentials, provided multiple client credentials, or used unsupported credentials type."}
Please let me know if I am doing something wrong.
Thanks
Anthony
It sounds like you're most likely using the wrong oauth client or it's misconfigured. I'd make sure that you've followed these instructions on creating it. After confirming that, if you're still having issues let us know and we can pull this into a ticket to take a closer look.
Thanks!