Get Credential Using GET
Get a Credential Instance using the identifier specified
Request
URI
GET
https://{api_host}/api/credentials/{id}
COPY
Path Parameters
string
id
Required
The identifier of the specific Credential Instance
Responses
200
The Credential Instance
Returns credential of type(s) application/json
{
"adapterKindKey": "string",
"credentialKindKey": "string",
"fields": [
{
"name": "string",
"value": "string"
}
],
"id": "string",
"name": "string"
}
string
adapterKindKey
Required
The Adapter Kind key of the Credential
string
credentialKindKey
Required
The credential kind of the credential
array of name-value
fields
Optional
Collection of name,value pairs that capture the credential specific data
string As uuid As uuid
id
Optional
Credential Instance identifier. This should be null for credential instance creation requests and must have a value for all other requests.
string
name
Required
The name of the Credential
404
The Credential Instance does not exist
Operation doesn't return any data structure
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