Dashboard

List subscribers statistics

Returns statistics about subscribers for a specific period

get/1/newsletters/{domain}/dashboard/stats/subscribers

Path parameters

domaininteger required

Unique identifier of the Domain to request

Query parameters

fromstring required
tostring required

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

datastring[]

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.