POST
/
api
/
organizations
/
{organizationId}
/
whitelabel
/
organizations
/
{innerOrganizationId}
/
usage
/
reports
White Label Admin - Creates a new usage report
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/usage/reports \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "id": 12873488112
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

innerOrganizationId
integer
required

Organization ID within the context of a white label

Query Parameters

startDate
string<date-time>
required

Start date

endDate
string<date-time>
required

End date

Response

200 - application/json

OK

The response is of type object.