Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Download a promotion's letter metrics as CSV

GET
/api/v3/promotions/{promotionCollateralUid}/metrics/download
curl --request GET \
--url 'https://api.tryletterhead.com/api/v3/promotions/example/metrics/download?api=true' \
--header 'Authorization: Bearer <token>'

Download a CSV export of the per-letter metrics (impressions, clicks) for every letter that has used this promotion β€” the same data shown nested under letters on Get a promotion, as a file download rather than JSON.

v3 endpoints expect a company API key.

promotionCollateralUid
required
string

UUID of the promotion whose metrics to export

api
required
boolean

When set to true, the endpoint accepts authorization with your API Key.

200 OK β€” CSV file download

Media type text/csv
string format: binary

Still can’t find what you need? Contact support.