Get Credential Details

get

/process/api/v1/credentials/maps/{param2}/keys/{param3}

Gets the saved credential details of the REST API.

Request

Path Parameters

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Credential details. For PASSWORD type , the username and targetURL values are returned. For OAUTH type, the clientId, grantType, scope, authTokenUrl and targetURL are returned . For GENERIC type, only targetURL is returned.
Body ()
Root Schema : Model6
Type: object
Show Source

400 Response

Bad request
Body ()
Root Schema : Model8
Type: object
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Model8
Type: object
Show Source

404 Response

Not found
Body ()
Root Schema : Model8
Type: object
Show Source

500 Response

Internal server error
Body ()
Root Schema : Model8
Type: object
Show Source
Back to Top