KeySets
Get a KeySet
Get a KeySet using ID or name.
get/{workspace}/key-sets/{KeySetIdOrName}
Path parameters
workspacestring required
Example:team-payments
The name of the workspace
Response
Successfully fetched KeySet
Example response
{
"id": "b58c7d9d-e54f-444c-b24d-cdfc4159f61e",
"name": "example-key-set",
"tags": [
"idp-keys"
]
}