Add third party account details
POST
/v1/exports/add-third-party-account
Add Third-Party Account for Mailbox Export
REACHINBOX
INSTANTLY
SMARTLEAD
REPLY_IO
Endpoint
Request Body
Name | Type | Description |
---|---|---|
email | string | Email of the third-party account. |
password | string | Password of the third-party account. |
app | string | The third-party app where the account should be added. Allowed values: "REACHINBOX" , "INSTANTLY" , "SMARTLEAD" , "REPLY_IO" . |
Example Request
{
"email": "user@example.com",
"password": "securepassword",
"app": "INSTANTLY"
}
Request
Header Params
x-auth-zapmail
string
required
Example:
{{x-auth-zapmail}}
Body Params application/json