Cancel a new export function
Use a Bearer token to access this API.
"obj_01EXAMPLE00000000000000000"
Success
Export defines the export_type and filters needed to export a file Export types are supported for Payments, Subscriptions, Customers, CheckoutSession
{
"export_id": "obj_01EXAMPLE00000000000000000",
"description": "string",
"type": "product",
"status": "created",
"created_at": "2024-01-01T00:00:00Z",
"started_at": "2024-01-01T00:00:00Z",
"completed_at": "2024-01-01T00:00:00Z",
"metadata": {},
"filters": {
"payment": { "limit": 0, "customer": "string" }
},
"test_mode": false
}