Backup Settings
POST {{URL}}/v1/settings/backup
The ability to back up/export only runs after the WhatsApp Business API Client has been registered and is running. The backup does not back up messages or callbacks, and taking virtual machine snapshots and restoring them does not work.
To back up, use the /v1/settings/backup
endpoint with the password
parameter.
Request Parameters
Name | Description |
---|---|
password Type: String | The password used to encrypt backup data for security. |
Response Parameters
Name | Description |
---|---|
settings Type: String | The settings object containing the data parameter. |
data Type: String | The data that has been backed up and encrypted for security. Save the data value as that will be used along with your password to restore the information. |
Request Body
{"password"=>"<Password for Backup>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |