cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals/{portalId} \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "id": 123, "name": "EdgeImpulse Inc.", "description": "EdgeImpulse Inc. Portal description", "url": "edgeImpulse", "token": "SECRET_TOKEN", "bucketName": "my-s3-bucket", "bucketId": 1, "bucketPath": "/path/to/bucket", "bucketUrl": "s3://bucketname/path/to/bucket" }
Retrieve a single upload portals identified by ID.
Organization ID
Portal ID
OK
The response is of type object.
object