Retrieves the complete unmasked API key value for a specific key. Use with caution as this exposes the full credential.
model (CompanyProjectActualKeyRequest, required) — Request containing:
keyId (guid, required) — Unique identifier of the key to retrieve.CompanyProjectActualKeyResponse containing the complete unmasked API key value.
The access token received from the authorization server in the OAuth 2.0 flow.
The identifier of the project whose key should be returned.
The type of key to retrieve.
TransactionRSAKey, FileContentPGPKey Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Represents the response that contains the active key for a project.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
The active key entry.