GET
/
api
/
portals
/
{portalId}
Portal info
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/portals/{portalId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "name": "<string>",
  "description": "<string>",
  "organizationId": 123,
  "organizationName": "<string>",
  "organizationLogo": "<string>",
  "bucketName": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

portalId
integer
required

Portal ID

Response

200 - application/json

OK

The response is of type object.