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

Twilio Account SID.

Example:

"ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

auth_token
string
required

Twilio Auth Token.

Example:

"your_auth_token"

from_number
string
required

Twilio phone number in E.164 format.

Example:

"+14155551234"

Response

Twilio credentials updated.

success
boolean
data
object