Get buckets current user
List all organizational storage buckets that the current user has access to. This function is only available through a JWT token.
Authorizations
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/users/buckets HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"buckets": [
{
"id": 1,
"organizationId": 1,
"organizationName": "text",
"bucket": "text",
"region": "text",
"whitelabelId": 1
}
]
}
Last updated
Was this helpful?