Envie
ReferenceApi

Start an export

POST
/v1/exports

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/exports" \  -H "Content-Type: application/json" \  -d '{    "format": "csv"  }'
{  "jobId": "string"}