| 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. |
url | string | (Applicable only to Email Bison ) url of your Email Bison Application |
clientId | string | (Applicable only to Email Bison ) The Google Client ID associated with your Email Bison application. |
clientIdAppName | string | (Applicable only to Email Bison )The Google application name associated with your Email Bison setup. |
{
"email": "user@example.com",
"password": "newsecurepassword",
"app": "INSTANTLY"
}{
"email": "user@example.com",
"password": "securepassword",
"app": "EMAILBISON",
"url": "https://app.emailbison.com",
"clientId": "1234567890-abcdefg.apps.googleusercontent.com",
"clientIdAppName": "Email Bison OAuth App"
}