[Skip to content](https://coolify.io/docs/api-reference/api/operations/get-private-key-by-uuid#VPContent) Return to top Get[​](https://coolify.io/docs/api-reference/api/operations/get-private-key-by-uuid#get) ========================================================================================= GET /security/keys/{uuid} Get key by UUID. Authorizations[​](https://coolify.io/docs/api-reference/api/operations/get-private-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[​](https://coolify.io/docs/api-reference/api/operations/get-private-key-by-uuid#parameters) ------------------------------------------------------------------------------------------------------- ### Path Parameters uuid\* Private Key UUID Type string Required Responses[​](https://coolify.io/docs/api-reference/api/operations/get-private-key-by-uuid#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[​](https://coolify.io/docs/api-reference/api/operations/get-private-key-by-uuid#playground) ------------------------------------------------------------------------------------------------------- Authorization bearerAuth Variables Key Value uuid\* Try it out Samples[​](https://coolify.io/docs/api-reference/api/operations/get-private-key-by-uuid#samples) ------------------------------------------------------------------------------------------------- Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)