Skip to main content
PUT
/
api
/
v1
/
channel
/
twilio
/
{twilio_auth_id}
Update Twilio Auth By Id
curl --request PUT \
  --url 'https://api.example.com/api/v1/channel/twilio/{twilio_auth_id}?api_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "twilio_account_sid": "<string>",
  "twilio_auth_token": "<string>"
}
'
{
  "message": "Data updated successfully",
  "meta": {},
  "data": {
    "name": "<string>",
    "twilio_account_sid": "<string>",
    "twilio_auth_token": "<string>"
  }
}

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Path Parameters

twilio_auth_id
string<uuid>
required

Body

application/json
name
string | null
twilio_account_sid
string | null
twilio_auth_token
string | null

Response

Successful Response

message
string | null
default:Data updated successfully
meta
Meta · object
data
ITwilloAuthUpdate · object