Last updated 7 months ago
Get information about a portal
Portal ID
OK
const response = await fetch('https://studio.edgeimpulse.com/v1/api/portals/{portalId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "name": "text", "description": "text", "organizationName": "text", "organizationLogo": "text", "bucketName": "text" }