Felipe Munoz
08/14/2025, 4:12 PMcarbonayah
08/14/2025, 4:26 PMFelipe Munoz
08/14/2025, 6:21 PMFelipe Munoz
08/14/2025, 6:22 PMKings_big💫
08/14/2025, 8:13 PMFelipe Munoz
08/14/2025, 10:20 PMFelipe Munoz
08/14/2025, 10:21 PMKings_big💫
08/14/2025, 10:25 PMFelipe Munoz
08/18/2025, 5:10 PMChiranjeet Mishra
08/22/2025, 4:47 AMChiranjeet Mishra
08/22/2025, 4:51 AMjson
curl -X POST "https://api.vapi.ai/credential" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" \
-d '{
"provider": "byo-sip-trunk",
"name": "Zadarma Trunk",
"gateways": [{
"ip": "sip.zadarma.com",
"inboundEnabled": false
}],
"outboundLeadingPlusEnabled": true,
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_NUMBER",
"authPassword": "YOUR_SIP_PASSWORD"
}
}'
You may want to ensure the format of the caller ID matches the standards expected by the service provider associated with your SIP Trunk. You can find more details on phone number configurations in the [API Reference](https://docs.vapi.ai/api-reference/calls/create).