curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/exports \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"description": "<string>",
"expirationDate": "2023-11-07T05:31:56Z"
}'
{
"success": true,
"error": "<string>",
"id": 12873488112
}
Create a new data export for an organization. A job is created to process the export request and the job details are returned in the response. This is an API only available to white label admins.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/exports \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"description": "<string>",
"expirationDate": "2023-11-07T05:31:56Z"
}'
{
"success": true,
"error": "<string>",
"id": 12873488112
}
Organization ID
Organization ID within the context of a white label
OK
The response is of type object
.