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
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"
}
]
}
Credentials Operations
POST
Create Credential Using POST
DELETE
Delete Credential Using DELETE
GET
Get Adapter Instances Using Credential Using GET
GET
Get Credential Kinds Using GET
GET
Get Credentials Using GET
GET
Get Credential Using GET
GET
Get Resources Using Credential Using GET
PATCH
Partial Update Credential Using PATCH
PUT
Update Credential Using PUT