Portal info
Get information about a portal
Authorizations
Path parameters
portalIdintegerRequired
Portal ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/portals/{portalId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"name": "text",
"description": "text",
"organizationId": 1,
"organizationName": "text",
"organizationLogo": "text",
"bucketName": "text"
}
Last updated
Was this helpful?