Export mailboxes
POST
/v2/exports/mailboxes
Export Mailboxes
Endpoint
Request Body
Name | Type | Description |
---|---|---|
apps | array | Name of third-party apps where mailboxes should be exported. To export as a CSV file, use ["MANUAL"] . |
ids (Optional) | array | IDs of mailboxes to export. |
excludeIds (Optional) | array | IDs of mailboxes that should not be exported. |
tagIds (Optional) | array | Tag IDs of domains. |
contains (Optional) | string | Search filter for mailboxes matching specific criteria. |
status (Optional) | string | Specify the status of mailboxes to export. |
Example Request
{
"apps": ["MANUAL"],
"ids": ["12345", "67890"],
"excludeIds": ["54321"],
"tagIds": ["tag1", "tag2"],
"contains": "example",
"status": "active"
}
Request
Header Params
x-auth-zapmail
string
required
Example:
{{x-auth-zapmail}}
Body Params application/json