Fran
08/26/2025, 10:59 AMAndres
08/26/2025, 3:51 PMChiranjeet Mishra
08/28/2025, 9:20 AMcurl -X PATCH "https://api.vapi.ai/credential/your-telnyx-credential-id" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"apiKey": "KEY_your-new-telnyx-api-key-here"
}'
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.Fran
08/28/2025, 9:30 AM