curl --location --request GET 'https://api.inboxkit.com/v1/api/infra-guard/bounce-history?uid=&page=1&limit=20' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"message": "string",
"data": [
{
"bounce_rate": 0,
"total_emails": 0,
"bounced_emails": 0,
"hard_bounces": 0,
"soft_bounces": 0,
"status": "healthy",
"trend": "stable",
"period_start": "2019-08-24T14:15:22.123Z",
"period_end": "2019-08-24T14:15:22.123Z",
"checked_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"pages": 0,
"current_page": 0,
"limit": 0
}