Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/list-private-keys.md
T

1.7 KiB
Raw Blame History

Skip to content

Return to top

List

=====================================================================================

GET

/security/keys

List all private keys.

Authorizations


bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Type

HTTP (bearer)

Responses


200400401

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

Playground


Authorization

bearerAuth

Try it out

Samples


Powered by VitePress OpenAPI