Backblaze · Example Payload

B2 Native Api Application Key Example

Cloud StorageObject StorageStorageBackup

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

Top-level fields

keyNameapplicationKeyIdapplicationKeyaccountIdcapabilitiesexpirationTimestampbucketIdnamePrefix

Example Payload

Raw ↑
{
  "keyName": "my-app-key",
  "applicationKeyId": "0014a98f9d9e8d0000000001",
  "applicationKey": "K0014a98f9d9e8d0000000001a9b2c3d4",
  "accountId": "abc123def456",
  "capabilities": [
    "sample-value"
  ],
  "expirationTimestamp": 1660000000000,
  "bucketId": "abc123def456",
  "namePrefix": "my-resource-name"
}