cURL
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>" }
Get information about a portal
Portal ID
OK
The response is of type object.
object