Export contacts as CSV

GET/v1/contacts/export

Secret key — sk_… or sk_test_… · Base URL https://api.volanea.com

The full audience as a CSV download (email,firstName,lastName,subscribed,locale,source,data,createdAt).

Errors

Every failure returns the standard envelope — branch on `code`, never on the wording of `error`.

  • 401Missing or invalid API key.

Request

curl https://api.volanea.com/v1/contacts/export \
  -H "Authorization: Bearer sk_..."

92 endpoints · OpenAPI document