Secrets
Get the validity of a secret
Retrieve the current validity status of a secret together with its validity override. validity_override is null when no override is set.
Prerequisites:
- A valid API key with the secrets:read scope.
get/v1/secrets/{secret_id}/validity
Path parameters
secret_idinteger required
The ID of the secret
Response
The secret validity and validity override.
Example response
{
"id": 1,
"validity": "invalid",
"validity_override": "invalid"
}