White Label Admin - Create a new organization data export
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.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
innerOrganizationIdintegerRequired
Organization ID within the context of a white label
Body
descriptionstringRequired
Description of the data export
expirationDatestring · date-timeOptional
Date when the export will expire. Default is 30 days. Maximum expiration date is 60 days from the creation date.
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/exports HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 66
{
"description": "text",
"expirationDate": "2025-07-05T01:15:34.780Z"
}
200
OK
{
"success": true,
"error": "text",
"id": 12873488112
}
PreviousWhite Label Admin - Get all organization data exportsNextWhite Label Admin - Get organization data export
Last updated
Was this helpful?