Skip to main content
PATCH
/
api
/
v1
/
whatsapp-tenant-configs
/
{id}
cURL
curl --request PATCH \
  --url https://dev-chat-engine.actualize.ae/api/v1/whatsapp-tenant-configs/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "reem-hospital",
  "whatsappNumber": "whatsapp:+14155238886",
  "authToken": "token-from-twilio",
  "accountSid": "AC54a69f9a048bf53c55e545dcc333e03f",
  "agentId": "d7e76fe7-9caf-4fc7-9291-39783143185e"
}
'

Path Parameters

id
string
required

Body

application/json
name
string

Name of the tenant config

Example:

"reem-hospital"

whatsappNumber
string

Whatsapp number of the tenant config

Example:

"whatsapp:+14155238886"

authToken
string

Auth token of the tenant config

Example:

"token-from-twilio"

accountSid
string

Account sid of the tenant config

Example:

"AC54a69f9a048bf53c55e545dcc333e03f"

agentId
string

Agent id of the tenant config

Example:

"d7e76fe7-9caf-4fc7-9291-39783143185e"