millionaire
08/22/2025, 10:59 AMTheAcidVoyager
08/23/2025, 6:32 PMChiranjeet Mishra
08/25/2025, 11:54 PMcreate phone number then create a telnyx integration, it will ask for an API key. Another way to integrate your Telnyx key is through the /credential API endpoint, and enter it through the cURL request. Let us know if you encounter any issues.TheAcidVoyager
08/26/2025, 2:51 AMbill-smalls
08/26/2025, 4:17 AMTheAcidVoyager
08/26/2025, 7:56 AMChiranjeet Mishra
08/28/2025, 12:03 AMcurl -X POST https://api.vapi.ai/credential \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"provider": "telnyx",
"name": "My Telnyx Credential",
"apiKey": "YOUR_TELNYX_API_KEY"
}'
To add your telnyx credential through the API endpoint, you can use the above cURL request as a guide. Once you receive the response with the credential_id, you can use that to create the phone number in VAPI through the /phone-number endpoint.TheAcidVoyager
08/28/2025, 3:07 PM{
"message": "Couldn't find existing Vapi application after 422 error",
"error": "Bad Request",
"statusCode": 400
}TheAcidVoyager
08/28/2025, 3:07 PMTheAcidVoyager
08/31/2025, 8:58 AMChiranjeet Mishra
09/01/2025, 9:56 AM