Skip to content

Get

GET
/security/keys/{uuid}

Get key by UUID.

Authorizations

Parameters

Path Parameters

uuid
required
string

Private Key UUID

Responses

200

Get all private keys.

Private Key model

object
id
integer
uuid
string
name
string
description
string
private_key
string format: private-key
is_git_related
boolean
team_id
integer
created_at
string
updated_at
string

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Private Key not found.