Skip to main content

List credentials by type

POST 

/credentialsKeyedByType

Returns a dictionary of all credentials stored on the hub, organized by credential type, using a POST body. Each key in the response is a credential type, and the value is the list of credential keys of that type.

Request

Responses

Dictionary<CredentialType,List>