Maintainer:Not configured
Get email trends for a specific mailbox over a configurable time period. Shows how sent, received, and bounce volumes change over time.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json curl --location --request GET 'https://api.inboxkit.com/v1/api/email-insights/mailbox/mb-123e4567-e89b-12d3-a456-426614174000/trends?period=30' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
"success": true,
"data": {}
}
Modified at 2026-03-08 15:11:50