Skip to main content
POST
Create a secret

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
value
string
required

The secret value.

Response

Created

name
string
required
masked_value
string
required

The secret value with all but the last 3 characters masked.