---
title: "Creates a new bucket associated to an account."
method: POST
path: "/v1/accounts/{accountSid}/buckets"
tags: ["Buckets"]
---

# Creates a new bucket associated to an account.

`POST /v1/accounts/{accountSid}/buckets`

Returns the bucket information.

## Path parameters

- `accountSid` string, required — accountSid

## Request body

- Model16
  - `name` string, required — The name of the bucket

## Response `200`

Successful

- Bucket
  - `sid` string, required — Sid of the bucket
  - `accountSid` string, required — accountSid
  - `name` string, required — Name of the bucket
  - `verifySslCerts` boolean, required — If SSL Certificates should be verified as valid and trusted.
  - `appIsConnected` boolean, required — If the bucket is connected to an application via the SDK.
  - `createdAt` string, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/apitraffic/apis/apitraffic-api-documentation.md) · [All operations](https://skmtc.net/apitraffic/apis/apitraffic-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apitraffic/apitraffic-api-documentation/revisions/b2a22a9b5c98/schema)
