White Label Admin - Get a white label project

White Label Admin - Get a white label project

get

White label admin only API to get project information.

Authorizations
Path parameters
organizationIdintegerrequired

Organization ID

projectIdintegerrequired

Project ID

Responses
curl -L \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/projects/{projectId}' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text",
  "project": {
    "id": 1,
    "name": "Water hammer detection",
    "description": "text",
    "created": "2019-07-21T17:32:28Z",
    "owner": "text",
    "lastAccessed": "2019-07-21T17:32:28Z",
    "lastModified": "2019-07-21T17:32:28Z",
    "lastModificationDetails": "Data sample added",
    "logo": "text",
    "ownerUserId": 1,
    "ownerOrganizationId": 1,
    "ownerAvatar": "text",
    "ownerIsDeveloperProfile": true,
    "developerProfileUserId": 1,
    "collaborators": [
      {
        "id": 1,
        "username": "janjongboom",
        "name": "Jan Jongboom",
        "email": "quijote@edgeimpulse.com",
        "photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
        "created": "2019-08-31T17:32:28Z",
        "lastSeen": "2019-08-31T17:32:28Z",
        "staffInfo": {
          "isStaff": true,
          "hasSudoRights": true,
          "companyName": "text"
        },
        "pending": true,
        "jobTitle": "Software Engineer",
        "permissions": [
          "admin:infra:disallowedEmailDomains:write"
        ],
        "companyName": "Edge Impulse Inc.",
        "activated": true,
        "mfaConfigured": true,
        "stripeCustomerId": "text",
        "hasPendingPayments": true,
        "tier": "free",
        "idps": [
          "text"
        ],
        "isOwner": true
      }
    ],
    "labelingMethod": "single_label",
    "metadata": {},
    "dataExplorerScreenshot": "text",
    "isEnterpriseProject": true,
    "whitelabelId": 1,
    "whitelabelName": "text",
    "tags": [
      "FOMO",
      "beers"
    ],
    "category": "Image classification",
    "license": "Apache-2.0",
    "tier": "free",
    "hasPublicVersion": true,
    "isPublic": true,
    "allowsLivePublicAccess": true,
    "indPauseProcessingSamples": true,
    "publicProjectListed": true,
    "deletedDate": "2025-03-27T13:46:49.038Z",
    "fullDeletionDate": "2025-03-27T13:46:49.038Z",
    "scheduledFullDeletionDate": "2025-03-27T13:46:49.038Z"
  }
}

Last updated

Was this helpful?