Returns the statistics associated with a campaign

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 and after fields
    When using this pagination method remember not to set the after parameter in the first request, only in subsequent paginated requests

  • Offset based pagination: Set limit and `page``

Log in to see full request history
Path Params
integer
required

Campaign's id

Query Params
integer
required

Application's id

integer
required
10 to 100

Required regardless of the paging mode used

When using cursor based pagination, the number set in this parameter may not correspond to the
number of items returned by the endpoint.

For example, you may indicate a limit of 10 and the system returns 9 elements.

That doesn't mean there aren't more items available, perhaps they have been removed because
the data was not complete.

integer
≄ 0

page of results

Only mandatory when using offset based pagination

integer
≄ 0

This is the cursor that points to the end of the page of data that has been returned

Only mandatory when using cursor based pagination

date
required

date start format yyyy-mm-dd

Ex:

2019-01-01
date
required

date end format yyyy-mm-dd

Ex:

2019-01-01
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json