v4

latestOpenAPI 3.0.32026-07-312,317012.2 MB
Secret Sharing

Returns the full shared secret object without revealing the secret value. Authentication is required for shared secrets that are scoped to an organization.

get/api/v1/shared-secrets/{id}

Path parameters

idstring required

The ID of the shared secret to retrieve.

Response

Default Response

idstring required
expiresAtstring date-time required
userIdstring uuid nullable
orgIdstring uuid nullable
createdAtstring date-time required
updatedAtstring date-time required
expiresAfterViewsnumber nullable
accessTypestring
namestring nullable
lastViewedAtstring date-time nullable
typestring
identityIdstring uuid nullable
isPasswordProtectedboolean required

Whether the shared secret is protected by a password.

isAuthorizedUserboolean required

Whether the current user is an authorized org member. If false, the user must provide a password.