Last updated 12 months ago
Was this helpful?
List all organizational storage buckets that a user has access to. This function is only available through a JWT token.
User ID
GET /v1/api/users/{userId}/buckets HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "buckets": [ { "id": 1, "organizationId": 1, "organizationName": "text", "bucket": "text", "region": "text", "whitelabelId": 1 } ] }