{ "opencollection": "1.0.0", "info": { "name": "Backblaze B2 Native Application Keys Authorization API", "version": "v4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authorization", "type": "folder" }, "items": [ { "info": { "name": "Backblaze B2 Native API Authorize Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.backblazeb2.com/b2api/v4/b2_authorize_account", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Used to log in to the B2 API. Returns an authorization token that can be used for account-level operations. The authorization token is valid for at most 24 hours. This endpoint uses HTTP Basic authentication with the application key ID as the username and the application key as the password." }, { "info": { "name": "Backblaze B2 Native API Get Download Authorization", "type": "http" }, "http": { "method": "POST", "url": "https://api.backblazeb2.com/b2api/v4/b2_get_download_authorization", "body": { "type": "json", "data": "{}" } }, "docs": "Used to generate an authorization token that can be used to download files with the specified prefix from a private bucket." } ] } ], "bundled": true }