Config
Set or update Vobiz credentials
Stores encrypted Vobiz credentials for outbound calling. All three fields are required. The from_number must be an E.164 phone number that Vobiz has provisioned for your account.
PUT
Set or update Vobiz credentials
Authorizations
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
Body
application/json
Previous
Set or update VoiceLink credentialsStores VoiceLink credentials for outbound calling. VoiceLink authenticates with a panel `username` and `password`; Vocobase logs in with these to obtain a short-lived access token (the password is stored encrypted and never returned). `username`, `password`, and `from_number` are required; `base_url` is optional and defaults to the VoiceLink API host. The `from_number` must be an E.164 number provisioned on your VoiceLink account and is stored as the connection's default outbound DID. Requires `"voicelink"` in `allowed_telephony_providers`.
Next
Set or update Vobiz credentials