Identity & Access/Credentials
GETCredentialSince 1.0SynchronousAuth Required
GetCredential
Retrieve the metadata of a single credential by its UUID.
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 to retrieve.
Responses
Endpoint
GET/api/v1/credentials/{uuid}
/api/v1/credentials/{uuid}
Request Example
curl -X GET '{host}/api/v1/credentials/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "cred-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "prod-db-password",
"description": "Primary database password for production environment",
"type": {},
"healthStatus": {},
"expiresAt": "example",
"createdBy": "admin@example.com",
"createDate": "example"
}Change History
This API has no change history records yet.
