Certificate Collections
Retrieve
Get items in PKI collection
GET
/
api
/
v1
/
pki
/
collections
/
{collectionId}
/
items
Path Parameters
The ID of the PKI collection to list items from.
Query Parameters
The type of the PKI collection item to list.
Available options:
certificate
, ca
The offset to start from.
Required range:
0 < x < 100
The number of items to return.
Required range:
1 < x < 100
Was this page helpful?