Skip to main content
GET
Get organization secret value

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string | null

Path Parameters

secret_name
string
required

Name of the secret to retrieve

Response

Successful Response

Secret value response.

name
string
required

Name of the secret

value
string
required

The actual secret value (sensitive data)