Skip to content

Get secret.

GET
/backend/v1/secrets/{secretId}

Retrieves a secret by its ID.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

secretId*
Type
string
Required
Format
"uuid"

Responses

Successful Response

application/json
JSON
{
  
"secret": {
  
  
"deletedAt": "string",
  
  
"id": "string",
  
  
"name": "string",
  
  
"value": "string"
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: