Skip to main content

Get one key

GET 

/v2/projects/:projectId/keys/:id

Get one key

Request

Path Parameters

    id int64required
    projectId int64required

Responses

OK

Schema
    id int64required

    Id of key record

    name stringrequired

    Name of key

    namespace string

    Namespace of key

    description string

    Description of key

    custom object

    Custom values of the key

    property name* object

    Custom values of the key

Loading...