Skip to main content
POST
Create Export

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to create a new export.

export_type
enum<string>
required

Type of data to export

Available options:
invoice,
partner,
payment,
analytics,
bank_transaction,
credit_memo
filters
object | null

Optional filter criteria for the export

business_unit_id__in
string[] | null

Filter export data to specific business units

Response

Successful Response

Response from creating or deduplicating an export.

export
object
required

Response containing export details.

was_existing
boolean
default:false
required

True if an existing pending export was returned instead of creating new