Set or update VoiceLink credentials
Stores 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.
Documentation Index
Fetch the complete documentation index at: https://docs.vocobase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
Body
VoiceLink panel username.
"acme-voice"
VoiceLink panel password. Stored encrypted; never returned.
"your-voicelink-password"
VoiceLink-provisioned number used as the caller ID, in E.164 format. Stored as the connection's default DID.
"+918011223344"
Optional VoiceLink API base URL. Omit to use the default host.
"https://app.voicelink.co.in"