Certificate buckets

Certificate buckets API overview

Certificate buckets API allows integrators to group certificates into logical collections for bulk actions, organizational delegation, secret management, and rule execution within SCM.
This API supports creating buckets, updating configuration, assigning certificates, delegating organizations, and retrieving bucket content.


Certificate buckets API endpoints

The following table lists the endpoints for managing certificate buckets.
Click any action in the first column to open its API reference page.


1. Bucket creation & listing

ActionMethodPathDescription
List certificate bucketsGET/api/discovery/v1/bucketRetrieve all certificate buckets.
Create a certificate bucketPOST/api/discovery/v1/bucketCreate a new certificate bucket.
Find a certificate bucket by IDGET/api/discovery/v1/bucket/{bucketId}Retrieve details of a specific certificate bucket.

2. Bucket updates & deletion

ActionMethodPathDescription
Update a certificate bucketPUT/api/discovery/v1/bucket/{bucketId}Update configuration of a certificate bucket.
Delete a certificate bucketDELETE/api/discovery/v1/bucket/{bucketId}Remove a certificate bucket.
Reset certificate bucket client secretPUT/api/discovery/v1/bucket/{bucketId}/reset-client-secretRegenerate the client secret used for bucket-related automation.

3. Organization delegation

ActionMethodPathDescription
Delegate organizations to a certificate bucketPUT/api/discovery/v1/bucket/{bucketId}/delegationsAssign one or more organizations to access and manage this bucket.

4. Certificate-level operations inside a bucket

ActionMethodPathDescription
Assign certificates to a certificate bucketPOST/api/discovery/v1/bucket/{bucketId}/assignAdd certificates to a bucket for grouping or bulk operations.
List certificates in a certificate bucketGET/api/discovery/v1/bucket/{bucketId}/certificatesRetrieve certificates associated with a specified bucket.
Run rules against certificate bucketPOST/api/discovery/v1/bucket/{bucketId}/runrulesExecute defined rules or workflows against all certificates in the bucket.