Create Export
Starts an asynchronous export of a resource for an account. Returns the export in pending; poll GET /exports/{id} until download_url is set.
Headers
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": {
"include_resource": false,
"posted_after": "2026-01-01T12:00:00.000Z",
"posted_before": "2026-01-01T12:00:00.000Z"
},
"resource": "financial-activity",
"timezone": "America/Chicago"
}Response
export created
Example response
{
"created_at": "2026-01-01T12:00:00.000Z",
"download_url": "https://whop-assets-example.s3.amazonaws.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"
}Changes
Changed in 65 of the 74 revisions of this API.4138
- ○
the security scope
access_pass:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
tracking_link:basic:exportwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
access_pass:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
tracking_link:basic:exportwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
access_pass:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
tracking_link:basic:exportwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
access_pass:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
tracking_link:basic:exportwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
access_pass:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
tracking_link:basic:exportwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
access_pass:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
tracking_link:basic:exportwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
access_pass:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
tracking_link:basic:exportwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
access_pass:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
tracking_link:basic:exportwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
access_pass:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
tracking_link:basic:exportwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
access_pass:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
tracking_link:basic:exportwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
Of the 74 revisions, 1 has no diff computed.