GET
/
api
/
users
/
buckets
Get buckets current user
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/users/buckets \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "buckets": [
    {
      "id": 123,
      "organizationId": 123,
      "organizationName": "<string>",
      "bucket": "<string>",
      "region": "<string>",
      "whitelabelId": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

OK

The response is of type object.