Backblaze · Example Payload

B2 Native Api Authorize Account Response Example

Cloud StorageObject StorageStorageBackup

B2 Native Api Authorize Account Response 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

accountIdauthorizationTokenallowedapiInfo

Example Payload

Raw ↑
{
  "accountId": "abc123def456",
  "authorizationToken": "4_002acd2a08df7f8c0c4d21e9deef28c7",
  "allowed": "sample-value",
  "apiInfo": "sample-value"
}