Collections
Create, retrieve, update, and delete the collections you use to hold sensitive data.
List collections
get/api/pvlt/1.0/ctl/collections
Get details of the operation that lists the collections in your vault and their schemas, including the operation’s parameters and responses.
Add collection
post/api/pvlt/1.0/ctl/collections
Get details of the operation that adds a collection to your vault, including the operation’s parameters and responses.
Get collection
get/api/pvlt/1.0/ctl/collections/{collection}
Get details of the operation that returns the schema of a collection in your vault, including the operation’s parameters and responses.
Update collection
patch/api/pvlt/1.0/ctl/collections/{collection}
Get details of the operation that adds and updates properties in a collection in your vault, including the operation’s parameters and responses.
Delete collection
delete/api/pvlt/1.0/ctl/collections/{collection}
Get details of the operation that deletes a collection from your vault, including the operation’s parameters and responses.