v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Bucket SSL Certificate

Get Bucket SSL Certificate

Returns the stored certificate detail of a bucket, if applicable.

get/storage/buckets/{bucketName}/ssl_certificate

Path parameters

bucketNamestring required

The name of the bucket

Response

SSL Certificate Response

Example response

{
  "data": {
    "created_at": "2020-01-01T00:00:00Z",
    "valid_from": "2020-01-01T00:00:00Z",
    "valid_to": "2020-01-01T00:00:00Z"
  }
}