Last updated 10 months ago
Was this helpful?
List all organizational storage buckets that the current user has access to. This function is only available through a JWT token.
/api/users/buckets
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/users/buckets' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "buckets": [ { "id": 1, "organizationId": 1, "organizationName": "text", "bucket": "text", "region": "text", "whitelabelId": 1 } ] }