400 error normally has more information in the response like this:
Copy code
json
Error response: {
"message": [
"serverUrl must be a valid URL. Hot tip, the protocol should be https://, but found ${BASE_URL}/api/integrations/vapi"
],
"error": "Bad Request",
"statusCode": 400
}