get https://api.indigitall.com/v1/campaign//stats
Returns the statistics associated with a campaign
It is possible that, depending on the type of sending, the information may be aggregated by sending or by day
This endpoint should be used in place of the deprecated /campaign/{id}/send
Available pagination modes:
-
Cursor based pagination (preferred): Set
limit
andafter
fields
When using this pagination method remember not to set theafter
parameter in the first request, only in subsequent paginated requests -
Offset based pagination: Set
limit
and `page``