Backblaze · JSON Structure

B2 Native Api Application Key Structure

A Backblaze B2 application key

Type: object Properties: 8
Cloud StorageObject StorageStorageBackup

ApplicationKey is a JSON Structure definition published by Backblaze, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

keyName applicationKeyId applicationKey accountId capabilities expirationTimestamp bucketId namePrefix

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/backblaze/refs/heads/main/json-structure/b2-native-api-application-key-structure.json",
  "name": "ApplicationKey",
  "description": "A Backblaze B2 application key",
  "type": "object",
  "properties": {
    "keyName": {
      "type": "string",
      "description": "A name for this key",
      "example": "my-app-key"
    },
    "applicationKeyId": {
      "type": "string",
      "description": "The ID of the newly created key",
      "example": "0014a98f9d9e8d0000000001"
    },
    "applicationKey": {
      "type": "string",
      "description": "The secret key - only returned at creation time",
      "example": "K0014a98f9d9e8d0000000001a9b2c3d4"
    },
    "accountId": {
      "type": "string",
      "description": "The account this key is associated with",
      "example": "abc123def456"
    },
    "capabilities": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "A list of capabilities this key has"
    },
    "expirationTimestamp": {
      "type": "int32",
      "nullable": true,
      "description": "When this key expires, or null for no expiration"
    },
    "bucketId": {
      "type": "string",
      "nullable": true,
      "description": "Restrict key to this bucket, or null for all buckets"
    },
    "namePrefix": {
      "type": "string",
      "nullable": true,
      "description": "Restrict key to file names starting with this prefix"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/b2-native-api-application-key-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.