Get Credential Kinds Using GET

Get Credential Kinds Using GET

Gets all the Credential Kinds defined in the system. Optionally filter by adapter kind keys.

Request
URI
GET
https://{api_host}/api/credentialkinds
COPY
Query Parameters
string of array
adapterKind
Optional

Filter by Adapter Kind Key


Authentication
This operation uses the following authentication methods.
Responses
200

A list of Credential Instances

Returns credential-kinds of type(s) application/json
{
    "credentialTypes": [
        {
            "adapterKindKey": "string",
            "fields": [
                {
                    "defaultValue": "string",
                    "enumerated": false,
                    "enumeratedValues": [
                        "string"
                    ],
                    "key": "string",
                    "required": false,
                    "valueType": "string"
                }
            ],
            "id": "string",
            "name": "string"
        }
    ]
}
credentialTypes
Optional

Collection of credential types