@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.