Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

HeadBucket

HEAD 
/:bucketName

Determines if a bucket exists and you have permission to access it.

Request

Path Parameters

    bucketName stringrequired

    The name of the bucket.

Responses

200: Success

404: NoSuchBucket

Request samples


curl -L -I 'https://telnyxcloudstorage.com/:bucketName' \
-H 'Authorization: Bearer <TOKEN>'