Skip to main content
GET
/
storage
/
user
Get S3 user
curl --request GET \
  --url https://api.tenbytecloud.com/v1/storage/user \
  --header 'apikey: <api-key>'
{
  "displayName": "user+test@example.com",
  "email": "",
  "maxBuckets": 1000,
  "s3Credentials": [
    {
      "accessKey": "ES1R...1N",
      "secretKey": "bwtl...LU",
      "userId": "user+test@example.com"
    }
  ]
}

Authorizations

apikey
string
header
required

Response

200 - application/json

S3 user info

The response is of type object.