Get Credential

GET {{_endpoint}}/services/data/v{{version}}/named-credentials/credential?externalCredential=&principalName=&principalType=

Get a credential.

Request Params

KeyDatatypeRequiredDescription
externalCredentialnullFully qualified developer name of the external credential.
principalNamenullName of the external credential named principal.
principalTypenullType of credential principal. Values are:
  • AwsStsPrincipal
  • NamedPrincipal
  • PerUserPrincipal |

RESPONSES

status: OK

{"authenticationProtocol":"Custom","authenticationProtocolVariant":"NoAuthentication","authenticationStatus":"Configured","credentials":{},"externalCredential":"Test","principalName":"Test","principalType":"NamedPrincipal"}