List upload portals

List upload portals

get

Retrieve all configured upload portals.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/portals HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "portals": [
    {
      "id": 1,
      "name": "text",
      "description": "text",
      "url": "text",
      "bucketId": 1,
      "bucketName": "text",
      "bucketPath": "text",
      "bucketUrl": "text",
      "created": "2025-07-02T02:43:06.171Z"
    }
  ]
}

Last updated

Was this helpful?