Get Overall Stats

View as Markdown
## Gets the overall stats for the specified filters. - **Method:** `POST` - **Content-Type:** `application/json` --- ## **Request Body** - **accountIds**: Array of Ids of the LinkedIn senders. If empty - all the senders will be included. - **campaignIds:** Array of the Ids of the campaigns to be included. If empty - all the campaigns will be included. - **startDate:** - **endDate:** { "accountIds": \[1234\], "campaignIds": \[\], "startDate": "2024-12-17T00:00:00.000Z", "endDate": "2024-12-19T23:59:59.999Z" }

Headers

X-API-KEYstringOptional

Request

This endpoint expects an object.
accountIdslist of integersRequired
campaignIdslist of anyRequired
startDatedatetimeRequired
endDatedatetimeRequired

Response

OK
byDayStatsobject
overallStatsobject