api endpoint with custom domain
# support
j
Would it be possible to have the api calls respond to a custom domain? example: api.whilelist.com Tried proxying but it did work.
v
@Jonas Absolutely, you can set up the API to respond to a custom domain such as
api.whitelist.com
. To achieve this, you would typically configure a DNS CNAME record to point your custom domain to the VAPI endpoint. Additionally, you may need to set up an SSL certificate for your custom domain to ensure secure communication. If you've tried proxying and it didn't work, there might be an issue with the proxy configuration or the DNS settings. It's important to ensure that the proxy is correctly forwarding requests to the VAPI endpoint and that the DNS records are properly propagated. If you need further assistance with the setup or troubleshooting, please provide more details about the current configuration and the issues you're encountering, and I'd be happy to help you resolve them. If the issue persists, you may need to ask support for more info on this.
You can continue this conversation by mentioning me in the message.
s
Currently, the only way is to use proxy server
j
Thanks.... I was able to figure it out
3 Views