GET
/
api
/
organizations
/
{organizationId}
/
portals
/
{portalId}
Retrieve upload portal information
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals/{portalId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "id": 123,
  "name": "EdgeImpulse Inc.",
  "description": "EdgeImpulse Inc. Portal description",
  "url": "edgeImpulse",
  "token": "SECRET_TOKEN",
  "bucketName": "my-s3-bucket",
  "bucketId": 1,
  "bucketPath": "/path/to/bucket",
  "bucketUrl": "s3://bucketname/path/to/bucket"
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

portalId
integer
required

Portal ID

Response

200 - application/json

OK

The response is of type object.