v27

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-01620431.2 KB
Data Exports

Create New Data Export

Creates a new data export for the provided department, if it's accessible via the used API_KEY.

post/v1/data_exports

Request body

entitystring required

The resource to be exported, it can only one of these values (organizations, credentials, credential_analytics, groups, designs).

department_idnumber required

The department ID where resources are exported from, it should be accessible via the given API_KEY.

Response

Created

department_idnumber

The department ID where resources are exported from, it should be accessible via the given API_KEY.

statusstring

It can be:

  • scheduled: Data export is not yet started

  • processing: Data is being exported

  • completed: Data has been exported

  • errored: Something went wrong while exporting the data.