latestOpenAPI 3.1.02026-08-163864115.7 MB
c363cb2feb95
Exports
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.
post/exports
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx",
"columns": [
"member_user_name"
],
"filters": {
"origin_id": "ldgr_x"
},
"resource": "transfers",
"timezone": "America/Chicago"
}Response
export created
Example response
{
"created_at": "2026-01-01T12:00:00.000Z",
"download_url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"expires_at": "2026-01-01T12:00:00.000Z",
"id": "exprt_xxxxxxxxxxxxxx",
"resource": "members",
"status": "completed",
"updated_at": "2026-01-01T12:00:00.000Z"
}