cURL
curl --request POST \ --url http://localhost:3000/organizations/{orgId}/export \ --header 'Authorization: Bearer <token>'
{ "statusCode": 123, "message": "OK", "data": { "exportId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "statusUrl": "<string>", "estimatedCompletionTime": "2023-11-07T05:31:56Z" } }
Queues a complete export of organization data for compliance and backup purposes. Returns 202 Accepted with status URL. Rate limited to 1 export per hour per organization. Requires org admin access.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes