Last updated 10 months ago
Was this helpful?
Retrieve a single upload portals identified by ID.
/api/organizations/{organizationId}/portals/{portalId}
Organization ID
Portal ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals/{portalId}' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "id": 1, "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" }