API referenceExports
`POST /org-exports` — create a data export.
POST
/org-exportsRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/org-exports" \ -H "Content-Type: application/json" \ -d '{}'{ "created_at": "string", "destination": null, "error_message": "string", "export_type": null, "id": "string", "org_id": "string", "status": "string", "updated_at": "string"}