Get Credentials Using GET

Get Credentials Using GET

Gets all the Credential Instances in the system. Optionally filter by adapter kind keys or credential instance identifiers.

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

Filter by Adapter Kind Id

string of array
id
Optional

Filter by Credential Instance Id

object of array
others
Optional

others


Authentication
This operation uses the following authentication methods.
Responses
200

List of Credential Instances

Returns credential-instances of type(s) application/json
{
    "credentialInstances": [
        {
            "adapterKindKey": "string",
            "credentialKindKey": "string",
            "fields": [
                {
                    "name": "string",
                    "value": "string"
                }
            ],
            "id": "string",
            "name": "string"
        }
    ]
}
array of credential
credentialInstances
Optional

Collection of credentials