does vapi have an oath2 endpoint?
# support
b
I use zoho crm and am trying to connect directly to the zoho crm apis (instead of going through Make.com). But Zoho uses Oath2 authentication and I'm getting stuck at the authorized redirect url. Do you have an endpoint that will handle Oath2 requests?
v
@BrentPope VAPI does not provide a direct endpoint to handle OAuth2 requests as it is a Voice API platform. However, you can handle OAuth2 authentication by setting up your own server endpoint to receive the authorization code from Zoho CRM. This endpoint should be provided to Zoho as the authorized redirect URL. Once you receive the authorization code at your redirect endpoint, you can exchange it for an access token by making a POST request to Zoho's token endpoint with the required parameters. If you need assistance with setting up the server or handling OAuth2 authentication flow, please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
s
Hey @BrentPope as of now we don't have support for oAuth2 requests but you can raise a feature request over here: https://vapi.canny.io
3 Views