Last updated 10 months ago
Was this helpful?
Retrieve all configured upload portals.
/api/organizations/{organizationId}/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-02-21T18:03:58.833Z" } ] }