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.

HeadObject

HEAD 
/:bucketName/:objectName

Retrieves metadata from an object without returning the object itself.

Request

Path Parameters

    bucketName stringrequired

    The bucket name.

    objectName stringrequired

    Possible values: non-empty

    The object name.

Responses

200: Success

Response Headers

  • Date

    string

  • Last-Modified

    string

  • Content-Length

    integer

404: ObjectNotFound

Request samples


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