Secret Groups
List Secret Groups
List the secret groups associated with a user along with the associated secrets for each group. Filtered with the options passed in the query fields. Note: This method does not return the secret values of the associatedSecrets in the response. A separate API call to /v1/secrets/{id}
should be made to fetch the associated secret value.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of items per page
Required range:
1 <= x <= 1000
Example:
10
Number of items to skip
Required range:
x >= 0
Example:
0
Fqn of secret group.
Search query - filters by secret group names that contain the search string
Response
200 - application/json
Returns all the secret groups associated with a user along with the associated secrets for each group.
The response is of type object
.