Update third party account details
POST
/v1/exports/update-third-party-account
Update Third-Party Account
Endpoint
Request Body
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. |
Example Request
{
"email": "user@example.com",
"password": "newsecurepassword",
"app": "INSTANTLY"
}
Request
Header Params
x-auth-zapmail
string
required
Example:
{{x-auth-zapmail}}