Buckets

Manage your Stook Buckets — create, list, update, and delete them.

List all buckets

get

Retrieves comprehensive information about all buckets associated with the specified organization.

Path parameters
organization_uuidstringRequired

Unique identifier for the organization.

Responses
chevron-right
200

Successful response

application/json
get
/api/v2/stook/{organization_uuid}/bucket
200

Successful response

Retrieve bucket details

get

Retrieves detailed configuration and status information for a specific storage bucket.

Path parameters
organization_uuidstringRequired

Unique identifier for the organization.

bucket_uuidstringRequired

Unique identifier for the storage bucket.

Responses
chevron-right
200

Successful response

application/json
get
/api/v2/stook/{organization_uuid}/bucket/{bucket_uuid}
200

Successful response

Create a new bucket

post

Creates a new storage bucket for the specified organization in the Medianova Control Panel.

Path parameters
organization_uuidstringRequired

Unique identifier for the organization.

Body
namestringRequired

The unique name for the storage bucket.

regionstring · enumOptional

Geographic region for bucket hosting.

Possible values:
Responses
chevron-right
200

Successful response

application/json
post
/api/v2/stook/{organization_uuid}/bucket
200

Successful response

Update a bucket

put

Updates the configuration, such as tags, for an existing storage bucket in the Medianova Control Panel.

Path parameters
organization_uuidstringRequired

Unique identifier for the organization.

bucket_uuidstringRequired

Unique identifier for the storage bucket.

Body
Responses
chevron-right
200

Successful response

application/json
put
/api/v2/stook/{organization_uuid}/bucket/{bucket_uuid}
200

Successful response

Delete a bucket

delete

Permanently removes the specified storage bucket and all its contents from the Medianova Control Panel.

Path parameters
organization_uuidstringRequired

Unique identifier for the organization.

bucket_uuidstringRequired

Unique identifier for the storage bucket to be deleted.

Responses
chevron-right
200

Successful response

application/json
delete
/api/v2/stook/{organization_uuid}/bucket/{bucket_uuid}

Last updated

Was this helpful?