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": {
"valid_from": "2020-01-01T00:00:00Z",
"valid_to": "2020-01-01T00:00:00Z",
"created_at": "2020-01-01T00:00:00Z"
}
}Changes
No changes recorded. 1 of the 99 revisions has no diff computed, so it could not be searched.