Skip to content

Enqueue CSV export job​

POST
/api/csv/export

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"type": "string",
  
"date_from": "string",
  
"date_to": "string",
  
"campaign_ids": [
  
  
0
  
]
}

Responses​

Job enqueued

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI