Backblaze · Example Payload

B2 Native Api List Buckets Request Example

Cloud StorageObject StorageStorageBackup

B2 Native Api List Buckets Request Example is an example object payload from Backblaze, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountIdbucketIdbucketNamebucketTypes

Example Payload

Raw ↑
{
  "accountId": "abc123def456",
  "bucketId": "abc123def456",
  "bucketName": "my-resource-name",
  "bucketTypes": [
    "standard"
  ]
}