Request exportAsk AIpost https://www.pelcro.com/api/v1/core/exportsRequest an export to start processing in the background.Query Paramssite_idint32requiredThe unique identifier of the site associated with your account.Body ParamsobjectstringrequiredType of the object being exported. Allowed values can be retrieved through the List Exports endpointdate_fromdate-timerequiredStart date on which the data for the export is needed. This is based on the relevant object's created_at date.date_todate-timerequiredEnd date on which the data for the export is needed. This is based on the relevant object's created_at date.modestringenumDefaults to full_dataSpecifies whether a full or modified data extract is needed. Use full_data to extract all data within the given date range based on the created_at attribute of the object, or modified_data to extract based on the updated_at attribute.full_datamodified_dataAllowed:full_datamodified_datamonthdaterequiredDate on which the data for the export is needed. This is based on the relevant object's date. Applicable to the following Exports: (accounting).currencystringCurrency used for financial transactions. Applicable to the following Exports: (payments, credit_notes, accounting).statusstringStatus relevant to the applicable object. Applicable to the following Exports: (subscriptions, memberships, invoices, payments, refunds, orders).idint32Object ID relevant to the applicable objects. Applicable to the following Exports: (campaign_reports).product_idint32Product ID relevant to the applicable objects. Applicable to the following Exports: (subscriptions, memberships, orders).plan_idint32Plan ID relevant to the applicable objects. Applicable to the following Exports: (subscriptions, memberships).sku_idint32SKU ID relevant to the applicable objects. Applicable to the following Exports: (orders).collection_methodstringPayment collection option relevant to the applicable objects. Applicable to the following Exports: (subscriptions, memberships).typestringObject type relevant to the applicable objects. Applicable to the following Exports: (payments, refunds, addresses, balance_transactions).categorystringObject category relevant to the applicable objects. Applicable to the following Exports: (payments)destinationstringObject destination relevant to the applicable objects. Applicable to the following Exports: (payments)reasonstringObject reason relevant to the applicable objects. Applicable to the following Exports: (credit_notes)countrystringCountry ISO-2 codes relevant to applicable objects. Applicable to the following Exports: (addresses)campaign_keystringCampaign key relevant to the applicable objects. Applicable to the following Exports: (campaign_reports).HeadersAuthorizationstringrequiredDefaults to Bearer eyJ***Responses 200Success. 400Invalid request. 401Unauthenticated.Updated about 7 hours ago