Retrieves the currently active keystore used for encryption operations based on current date and activation status.
KeystoreGetActualEntryQueryResponse containing the active keystore details.
The access token received from the authorization server in the OAuth 2.0 flow.
Returns the currently active keystore entry.
Standard response structure containing operation status and error information. Represents a response that contains the actual key store entry when explicitly requested.
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 key store entry returned by the request.
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"dateCreated": "2025-10-30T10:30:00Z",
"isActive": true,
"dateModified": "2025-10-30T15:45:00Z"
}