correct-apricot•3d ago
[URGENT] Unable to Update Vonage and Telnyx Credentials - API Validation Errors
I'm experiencing issues when attempting to update provider credentials in the Vapi dashboard and would appreciate assistance resolving these errors.
Platform: https://dashboard.vapi.ai/settings/integrations
Providers affected: Vonage and Telnyx
When updating Vonage credentials, I receive a 400 Bad Request error with the following validation message:
{
"message": [
"property orgId should not exist",
"property provider should not exist",
"property createdAt should not exist",
"property updatedAt should not exist",
"property vonageApplicationId should not exist"
],
"error": "Bad Request",
"statusCode": 400
}
For Telnyx credentials, I encounter this error:
{
"message": "Couldn't find existing Vapi application after 422 error",
"error": "Bad Request",
"statusCode": 400
}
Both API keys have been double-checked and confirmed as valid. The errors occur consistently during the update process.
Could you please investigate these validation issues and provide guidance on resolving them?
Thank you for your assistance.
VAPI Dashboard - Voice AI Management Platform
Build and manage voice AI agents that conduct human-like conversations. Access real-time analytics, configure assistants, and monitor your AI voice applications.
3 Replies
absent-sapphire•3d ago
Following
Hi,
If you are solely just trying to update the API key for either Telnyx or Vonage, we will provide the cURL request payload here as a guide
If you need the Id of a specific credential and unable to obtain it, you can either use GET on /credential endpoint to list them or request them here and we will provide those to you once you specify which one you need.
correct-apricotOP•2d ago
Thank you very much