| Name | Type | Description |
|---|---|---|
email | string | Email of the third-party account. |
password | string | New password for the third-party account. |
app | string | The third-party app associated with the account. |
{
"email": "user@example.com",
"password": "newsecurepassword",
"app": "INSTANTLY"
}curl --location --request POST 'https://api.zapmail.ai/api/v1/exports/update-third-party-account' \
--header 'x-auth-zapmail: '{
"status": 200,
"message": "Account updated successfully",
"data": null
}