cURL
curl --request POST \ --url https://app.alana.shopping/api/workspace/{workspaceId}/export \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "format": "json", "include_products": true, "include_members": true, "include_audit_logs": false } '
{ "job_id": "export_abc123def456", "status": "queued", "created_at": "2024-02-15T10:30:00Z" }
Initiate a workspace data export. Returns a job ID for asynchronous processing
Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
The workspace ID
json
csv
xlsx
Export job created successfully
Unique export job identifier
queued
processing