Get
GET
/security/keys/{uuid}
Get key by UUID.
Authorizations
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Parameters
Path Parameters
uuid*
Private Key UUID
Typestring
RequiredResponses
Get all private keys.
application/json
JSON
{
"id": 0,
"uuid": "string",
"name": "string",
"description": "string",
"private_key": "string",
"is_git_related": true,
"team_id": 0,
"created_at": "string",
"updated_at": "string"
}
GET
/security/keys/{uuid}