cURL
curl --request GET \ --url https://api.withflex.com/v1/exports/{id} \ --header 'Authorization: Bearer <token>'
{ "export": { "export_id": "<string>", "type": "product", "status": "created", "created_at": "<string>", "test_mode": true, "description": "<string>", "started_at": "<string>", "completed_at": "<string>", "metadata": {}, "filters": { "payment": { "limit": 123, "status": "canceled", "starting_after": "<string>", "ending_before": "<string>", "customer": "<string>" } } } }
Retrieves the export details with the given ID.
Use a Bearer token to access this API.
Export defines the export_type and filters needed to export a file Export types are supported for Payments, Subscriptions, Customers, CheckoutSession
Show child attributes