Get Credential
GET {{_endpoint}}/services/data/v{{version}}/named-credentials/credential?externalCredential=&principalName=&principalType=
Get a credential.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
externalCredential | null | Fully qualified developer name of the external credential. | |
principalName | null | Name of the external credential named principal. | |
principalType | null | Type of credential principal. Values are: |
- AwsStsPrincipal
- NamedPrincipal
- PerUserPrincipal |
RESPONSES
status: OK
{"authenticationProtocol":"Custom","authenticationProtocolVariant":"NoAuthentication","authenticationStatus":"Configured","credentials":{},"externalCredential":"Test","principalName":"Test","principalType":"NamedPrincipal"}