This endpoint will provide the same metrics that are displayable on the "Overview" tab chart of a campaign.

1290

Endpoint

GET https://api.mailstand.com/campaigns/{{campaign_id}}/funnel

Parameters

FieldRequiredDescription
campaign_idtrueUnique identifier for the campaign. It always starts with camp_.

200 Response

{ status: "ok", data: { total_contacts: 33, reached: 32, unresponsive: 32, opened: 28, replied: 0, interested: 0, interested_rate: "0.00" } }