Last updated 11 months ago
Was this helpful?
Retrieve all configured upload portals.
Organization ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "portals": [ { "id": 1, "name": "text", "description": "text", "url": "text", "bucketId": 1, "bucketName": "text", "bucketPath": "text", "bucketUrl": "text", "created": "2025-03-26T12:59:19.291Z" } ] }