https://api.vapi.ai/credential
# support
i
getting response failed to extract key for request id 400 bad request body { "provider": "byo-sip-trunk", "name": "Twilio Trunk", "gateways": [ { "ip": "xxxxx" } ], "outboundLeadingPlusEnabled": true } Authorization Bearer xxxxxxxxx how can i fix it
@User @User
c
Hi Imtiaz Tamim, To manage credentials on Vapi, you can use OAuth2 authentication, API keys, or custom headers for webhook and custom LLM integrations. For configuring OAuth2, you can follow the [OAuth2 Authentication guide](https://docs.vapi.ai/server-url/server-authentication) to secure your server endpoints. If you are working with Langfuse, you can create and update credentials on the [Provider Credentials page](https://dashboard.vapi.ai/keys). If there's anything specific you need assistance with regarding credential management, feel free to ask.
i
curl -X POST https://api.vapi.ai/phone-number \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_VAPI_API_KEY" \ -d '{ "provider": "byo-phone-number", "name": "Twilio SIP Number", "number": "YOUR_SIP_PHONE_NUMBER", "numberE164CheckEnabled": false, "credentialId": "YOUR_CREDENTIAL_ID" }'
i was trying to hit this api
sip trunking
c
Hello, Thanks for reaching out to us. We are sorry for the inconvenience. Can you give more details about your concern? Your Org ID, email address and other details that will help us pinpoint your account and to look further into it? We will investigate further and we appreciate your kind understanding and patience.
3 Views