Identity & Access/Credentials
POSTCredentialSince 1.0SynchronousAuth Required
RevealCredential
Reveal the plaintext value of a credential for authorized consumers.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUnique identifier of the credential whose value should be revealed.
Responses
Endpoint
POST/api/v1/credentials/{uuid}/reveal
/api/v1/credentials/{uuid}/reveal
Request Example
curl -X POST '{host}/api/v1/credentials/{uuid}/reveal' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"key": "value"}'
Response Example
200{
"value": "s3cr3t-v@lue"
}Change History
This API has no change history records yet.
