Files

2.1 KiB
Raw Permalink Blame History

Skip to content

Return to top

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.

Type

HTTP (bearer)

Parameters


Path Parameters

uuid*

Private Key UUID

Type

string

Required

Responses


200400401404

Get all private keys.

Content-Type

application/json

SchemaJSON

JSON

{

"id": 0,

"uuid": "string",

"name": "string",

"description": "string",

"private_key": "string",

"public_key": "string",

"fingerprint": "string",

"is_git_related": true,

"team_id": 0,

"created_at": "string",

"updated_at": "string"

}

GET

/security/keys/{uuid}

Playground


Authorization

bearerAuth

Variables

Key

Value

uuid*

Try it out

Samples


Powered by VitePress OpenAPI