Backblaze · Arazzo Workflow
Backblaze Authorize and Provision Bucket
Version 1.0.0
Authorize the account, then create a new private bucket using the returned account context.
Provider
Workflows
authorize-and-provision-bucket
Authorize the account and create a private bucket.
Logs in to the B2 API to obtain the account context and authorization token, then creates a new private bucket owned by that account.
1
authorize
authorizeAccount
Log in to the B2 API. Returns the accountId, the cluster apiUrl, and the authorization token used to authenticate all subsequent calls.
2
createBucket
createBucket
Create a new bucket owned by the authorized account. The bucket name must be globally unique across all of Backblaze B2.