POST
/
api
/
v1
/
registry
/
create

Authorizations

Authorization
string
header
required

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

Body

application/json
folder_id
string
required

ID of the folder where the registry will be stored.

metadata
object[]
required

Metadata of the registry.

template
enum<string>
required

Template used for the registry.

Available options:
STORAGE,
PASS
title
string
required

Title of the registry.

callback_url
string

Callback URL for notifications related to this registry.

data_encrypted
boolean

Indicates whether the registry data is encrypted.

description
string

Description of the registry.

Response

200 - application/json
data
object
message
string