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"
}
}