API Reference
Complete API documentation and reference
Create a new export job for data export
cURL
curl --request POST \ --url https://api.drip.re/api/v1/exports \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "modelType": "currencies", "format": "CSV", "columns": [ "<string>" ], "filters": {}, "realmId": "<string>" }'
{ "id": "<string>", "jobId": "<string>", "status": "<string>", "name": "<string>", "modelType": "<string>", "format": "<string>", "progress": 123, "createdAt": "2023-11-07T05:31:56Z", "expiresAt": "2023-11-07T05:31:56Z" }
API Key
Default Response
The response is of type object.
object
Was this page helpful?