Skip to main content
PUT
Set or update Plivo 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
auth_id
string
required

Plivo Auth ID (starts with MA for production accounts, SA for subaccounts).

Example:

"MAxxxxxxxxxxxxxxxxxx"

auth_token
string
required

Plivo Auth Token.

Example:

"your_plivo_auth_token"

from_number
string
required

Plivo-provisioned phone number used as the caller ID, in E.164 format. Must have Voice capabilities enabled.

Example:

"+14155551234"

Response

Plivo credentials updated.

success
boolean
data
object