Skip to main content
POST
/
api
/
v1
/
telephony
/
providers
Add a telephony provider credential
curl --request POST \
  --url https://api.kataven.ai/v1/api/v1/telephony/providers \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "credentials": {},
  "label": "Production Twilio",
  "provider": "twilio"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Headers

X-Account-ID
string

Tenant database. Required when using a Zitadel JWT.

Body

application/json

Provider + label + credentials JSON

Provider + label + credentials JSON

credentials
object
label
string
Example:

"Production Twilio"

provider
enum<string>
Available options:
twilio,
plivo,
vobiz
Example:

"twilio"

Response

Created

{key}
string