Retrieve upload portal information

Retrieve upload portal information

get

Retrieve a single upload portals identified by ID.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

portalIdintegerRequired

Portal ID

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

OK

{
  "success": true,
  "error": "text",
  "id": 1,
  "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"
}

Last updated

Was this helpful?