Last updated 12 months ago
Was this helpful?
Retrieve a single upload portals identified by ID.
Organization ID
Portal ID
GET /v1/api/organizations/{organizationId}/portals/{portalId} HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "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" }