Skip to main content
PATCH
Update Provider

承認

Authorization
string
header
デフォルト:$CARTESIA_API_KEY
必須

Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.

ヘッダー

Cartesia-Version
enum<string>
デフォルト:2026-03-01
必須

API version header.

利用可能なオプション:
2026-03-01
:

"2026-03-01"

パスパラメータ

id
string
必須

The provider ID.

ボディ

application/json

Update Twilio API key credentials and optionally the region. Credentials are validated before applying. If phone numbers using this provider cannot be verified with the new credentials, the update is rejected with a list of unreachable numbers.

type
enum<string>
必須

Must be "twilio".

利用可能なオプション:
twilio
api_key_sid
string
必須

New Twilio API key SID.

api_key_secret
string<password>
必須

New API key secret.

region
enum<string>
デフォルト:us1

The Twilio region the phone number and API key are configured for. us1 (US), ie1 (Ireland), au1 (Australia). Default is us1.

利用可能なオプション:
us1,
ie1,
au1

レスポンス

Provider updated.

A linked Twilio account. The api_key_sid field is partially masked in responses.

type
enum<string>
必須

Always "twilio".

利用可能なオプション:
twilio
id
string
必須

Unique identifier for the provider.

account_sid
string
必須

The Twilio account SID.

api_key_sid
string
必須

The Twilio API key SID (partially masked).

region
enum<string>
デフォルト:us1
必須

The Twilio region the phone number and API key are configured for. us1 (US), ie1 (Ireland), au1 (Australia). Default is us1.

利用可能なオプション:
us1,
ie1,
au1
label
string | null

A human-readable label for the provider.