cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "portals": [ { "id": 123, "name": "<string>", "description": "<string>", "url": "<string>", "bucketId": 123, "bucketName": "<string>", "bucketPath": "<string>", "bucketUrl": "<string>", "created": "2023-11-07T05:31:56Z" } ] }
Retrieve all configured upload portals.
Organization ID
OK
The response is of type object.
object