Update third party account details
PUT
/v2/exports/accounts/third-party
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}}
Request samples
Responses
Modified at 2025-01-30 13:10:52