curl--location--request POST 'http://whatsapp.local/settings/restore' \
--header'Content-Type: application/json' \
--data-raw'{
"data": "<Data to Restore, from Backup API>",
"password": "<Password for Backup>"
}'
Response Response Example
{}
Request
Body Params application/json
data
stringÂ
required
The data that was returned by the /v1/settings/backup API call
password
stringÂ
required
The password you used in the /v1/settings/backup API call to encrypt the backup data