Skip to main content
PUT
Set or update VoiceLink credentials

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Body

application/json
username
string
required

VoiceLink panel username.

Example:

"acme-voice"

password
string
required

VoiceLink panel password. Stored encrypted; never returned.

Example:

"your-voicelink-password"

from_number
string
required

VoiceLink-provisioned number used as the caller ID, in E.164 format. Stored as the connection's default DID.

Example:

"+918011223344"

base_url
string

Optional VoiceLink API base URL. Omit to use the default host.

Example:

"https://app.voicelink.co.in"

Response

VoiceLink credentials updated.

success
boolean
data
object