v1

latestOpenAPI 3.0.02026-07-13105112106.9 KB
Buckets

Creates a new bucket associated to an account.

Returns the bucket information.

post/v1/accounts/{accountSid}/buckets

Path parameters

accountSidstring required

accountSid

accountSid

Request body

namestring required

The name of the bucket

Response

Successful

sidstring required

Sid of the bucket

accountSidstring required

accountSid

namestring required

Name of the bucket

verifySslCertsboolean required

If SSL Certificates should be verified as valid and trusted.

appIsConnectedboolean required

If the bucket is connected to an application via the SDK.

createdAtstring required

Example response

{
  "createdAt": "1970-01-01T00:00:00.000Z"
}