Create Export
Starts an asynchronous CSV export of a resource for an account. Returns the export in pending; poll GET /exports/{id} until download_url is set.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
255"d9105228-4a08-46b1-8b91-42fed586d383"
Pins the request to a dated API version.
"2026-07-27"
Body
The resource to export, e.g. receipts, members, or ads.
ad_campaigns, ad_groups, ads, members, receipts, unclaimed_memberships, memberships, tracking_links, promo_codes, resolutions, disputes, entries, leads, content_rewards_submissions, invoices, cancelation_reasons, child_companies The account to export from, prefixed biz_. Defaults to the credential's account.
Column keys to include. Empty means all columns for the resource.
Resource-specific filters, mirroring the dashboard table filters.
IANA timezone for date columns, e.g. America/New_York. Defaults to UTC.
Response
export created
When the export was requested, as an ISO 8601 timestamp.
A short-lived link to download the finished CSV. null until status is completed, and again once the export has expired.
When the CSV is deleted and the export moves to expired, as an ISO 8601 timestamp. Exports are retained for 30 days.
Export ID, prefixed exprt_.
The resource that was exported, e.g. receipts, members, or ads.
ad_campaigns, ad_groups, ads, members, receipts, unclaimed_memberships, memberships, tracking_links, promo_codes, resolutions, disputes, entries, leads, content_rewards_submissions, invoices, cancelation_reasons, child_companies, ledger_lines, withdrawal_lines "ad_campaigns"
pending or processing while the CSV is generated, completed when the download is ready, failed if it errored, expired once the CSV has been deleted.
pending, processing, completed, failed, expired "pending"
When the export last changed status, as an ISO 8601 timestamp.

