1. Email Account
PlusVibe.ai
  • PlusVibe.ai API Documentation
  • Workspace Deep Link Parameter
  • Workspace
    • Get workspaces
      GET
    • Add a new workspace
      POST
    • Copy workspace settings
      POST
  • Campaign
    • Create a new campaign
      POST
    • Create a new subsequence
      POST
    • List campaigns (deprecated)
      GET
    • List all campaigns
      GET
    • Get campaign name
      GET
    • Get campaign status
      GET
    • Get campaign email accounts
      GET
    • Get campaign emails
      GET
    • Get campaign variation stats
      GET
    • Set campaign name
      POST
    • Set campaign Schedules (deprecated)
      POST
    • Activate campaign
      POST
    • Pause campaign
      POST
    • Update Campaign
      PATCH
    • Delete or archive a campaign
      DELETE
  • Lead
    • Add leads to a campaign
    • Add leads to a subsequence campaign
    • Get or search for lead
    • Delete leads from a campaign
    • Lead Variable/Label Update or Add
    • Fetch workspace leads
    • Update the status of a lead
    • Get lead counts by status
  • Email Account
    • List all email accounts in the workspace
      GET
    • Get email account status
      GET
    • Check account vitals
      POST
    • Enable Email account warmup
      POST
    • Pause Email account warmup
      POST
    • Delete Email account
      POST
    • Get Warmup Stats (Individual Account)
      GET
    • Get Warmup Stats (Workspace-Level)
      GET
    • Bulk Add SMTP Accounts
      POST
    • Bulk Update Email Accounts
      PUT
    • Bulk Update Email Account Warmup Status
      PATCH
    • Bulk Assign/Remove Tags from Email Accounts
      PUT
    • Bulk reconnect email accounts
      POST
    • Get email account stats for a date range
      GET
  • Analytics
    • Get campaign summary
    • Get campaign count (deprecated)
    • Get campaign stats
    • Get all campaigns statistics
  • Unibox
    • Get emails
    • Get emails in Others folder
    • Get count of unread emails
    • Reply to an email
    • Forward an existing email
    • Compose New Email
    • Mark Email Read
    • Save Email as Draft
    • Delete an Entire Email Thread
    • Delete a Single Email Message
  • Blocklist
    • Get entries in the blocklist
    • Adds entries to the blocklist
    • Delete entries in the blocklist
  • Webhook
    • PlusVibe Webhook Overview
    • Sample Payload - FIRST_EMAIL_REPLIES, ALL_EMAIL_REPLIES, ALL_POSITIVE_REPLIES
    • Sample Payload - LEAD_MARKED_AS_INTERESTED
    • Sample Payload - EMAIL_SENT
    • Sample Payload - BOUNCED_EMAIL
    • Add a new webhook
    • List webhooks
    • Delete webhook(s)
  • Tags
    • List Tags
    • Create a New Tag
    • Update an Existing Tag
    • Delete Multiple Tags
  • Client Access
    • Create client
    • Edit client
    • Update client status
    • List clients
    • Delete client
  • Email Placement Test
    • Parent Recurring Test
      • Create a new parent test (recurring test)
      • Update a parent test
      • List all parent tests
      • Get parent test details
      • Delete parent test(s)
      • Duplicate a parent test
    • Child (Test Run) Test
      • List child (Test Run) tests
      • Get child test details
    • Results & Analytics
      • Get test summary
      • Get detailed test statistics
      • Get test result for a sender account
    • Get recipient providers
  • For Email Infra Provider Partner
    • List workspaces
    • List all email accounts in the workspace
    • Initiate Google OAuth login flow
    • Initiate Microsoft OAuth login flow
    • Bulk Add SMTP Accounts (via Username and Password)
  • Schemas
    • Schemas
      • ScheduleV2
      • EmailAccountId
      • ObjectId
      • DeleteCampaignRequest
      • SequenceStep
      • BulkReconnectRequest
      • HexColor
      • WarmupStatus
      • TagAction
      • CreateTagRequest
      • Campaign
      • Variation
      • BulkTagAssignmentRequest
      • BulkUpdateWarmupRequest
      • UpdateTagRequest
      • DeleteTagsRequest
    • EmailStatsResponse
    • CopyWorkspaceRequest
    • VariationStepStats
    • ParentTest
    • ClientWorkspacePermission
    • EmailStatsHeader
    • ResourceType
    • VariationStats
    • ParentTestDetail
    • CreateClientRequest
    • EmailStatsChartPoint
    • CreateClientResponse
    • CopyWorkspaceResponse
    • ChildTest
    • ValidationErrorResponse
    • SuccessResponse
    • ChildTestDetail
    • UpdateClientRequest
    • ErrorResponse
    • ClientListItem
    • PatchClientStatusRequest
    • GenericSuccessResponse
  1. Email Account

Get email account stats for a date range

GET
https://api.plusvibe.ai/api/v1/account/email-stats
Returns aggregated email account statistics for the given workspace
and date range, broken down per day in the chart array and
summed up in the header object.

Filters#

All filters are optional and combinable. A request with no filters
(only workspace_id + dates) returns stats for every sending
mailbox in the workspace.
email_acc_id — restrict to a single sending mailbox by its unique identifier. Useful for per-mailbox statistics.
provider — comma-separated list of sender provider types.
Allowed values: GOOGLE_WORKSPACE, MICROSOFT365,
REGULAR_ACCOUNT (i.e. SMTP/IMAP).
tags — comma-separated list of tag ObjectIds assigned to email accounts. Example: tags=66f0a1...,66f0a2....
recp_provider — comma-separated list of recipient provider types (the provider of the address being mailed to). Same allowed values as provider.

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Query Params

Responses

🟢200
application/json
Aggregated stats for the requested workspace and range.
Body

🟠400
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.plusvibe.ai/api/v1/account/email-stats?workspace_id&start_date&end_date&email_acc_id&provider&tags&recp_provider' \
--header 'x-api-key: <api-key>'
Response Response Example
200 - Whole workspace, March 2026
{
    "header": {
        "total_sent_count": 3936,
        "total_reply_count": 145,
        "total_ooo_reply_count": 3,
        "total_open_count": 0,
        "total_bounce_count": 31,
        "total_contacted_count": 1408,
        "total_completed_count": 1231,
        "total_pos_reply_count": 101,
        "bounce_rate": 0.8,
        "open_rate": 0,
        "reply_rate": 9.6,
        "reply_rate_with_ooo": 9.8,
        "pos_reply_rate": 69.7,
        "total_unique_contacted_count": 1503
    },
    "chart": [
        {
            "label": "1 Mar 26",
            "date": "2026-03-01",
            "total_sent_count": 49,
            "total_reply_count": 1,
            "total_ooo_reply_count": 0,
            "total_open_count": 0,
            "total_bounce_count": 0,
            "total_contacted_count": 8,
            "total_completed_count": 29,
            "total_pos_reply_count": 1
        },
        {
            "label": "2 Mar 26",
            "date": "2026-03-02",
            "total_sent_count": 45,
            "total_reply_count": 1,
            "total_ooo_reply_count": 0,
            "total_open_count": 0,
            "total_bounce_count": 0,
            "total_contacted_count": 24,
            "total_completed_count": 14,
            "total_pos_reply_count": 1
        },
        {
            "label": "3 Mar 26",
            "date": "2026-03-03",
            "total_sent_count": 132,
            "total_reply_count": 5,
            "total_ooo_reply_count": 0,
            "total_open_count": 0,
            "total_bounce_count": 1,
            "total_contacted_count": 51,
            "total_completed_count": 40,
            "total_pos_reply_count": 4
        }
    ]
}
Modified at 2026-04-25 16:09:18
Previous
Bulk reconnect email accounts
Next
Get campaign summary
Built with