v1
latestOpenAPI 3.0.22026-07-24800528.1 KBExports
POST - Trigger a base records export
Queues a base records export on behalf of the teammate identified by member_email. When omitted under OAuth2 with an actor token, the authenticated user's email is used. The export will be sent to that member's email address. The export is filtered to the base record types that the member can access; if none of the requested export_types are accessible a 403 is returned.
post/v2/exports/base_records
Request body
Example request
{
"end_date": "2021-09-12",
"export_options": [
"partners",
"partner_members",
"customers",
"transactions",
"rewards",
"leads",
"deals",
"applications",
"training"
],
"group_keys": [
"grup_1234"
],
"include_archived_partners": true,
"member_email": "vladmir.tepes@wallachia.com",
"start_date": "2021-09-10",
"timezone": "America/Toronto",
"timezone_offset": 240,
"webhook_target_url": "https://your-server.com/webhook"
}Response
Queues a base records export on behalf of the teammate identified by member_email. When omitted under OAuth2 with an actor token, the authenticated user's email is used. The export will be sent to that member's email address. The export is filtered to the base record types that the member can access; if none of the requested export_types are accessible a 403 is returned.