---
title: "Validate SSH key"
method: GET
path: "/ssh-keys/validate/key"
tags: ["ssh-keys"]
---

# Validate SSH key

`GET /ssh-keys/validate/key`

Confirms the availability of the given key for a SSH key in the user context.

## Query parameters

- `key` string

## Response `204`

Ok - No content, if the key is valid.

## Other responses

- `400` — Bad request, if the key is not valid.
- `403` — Operation not allowed.
- `409` — Conflict, key duplicated in the given context.

## Changes

> 14 revisions in range; 1 not diffed, 3 could not be searched.

- **2026-03-10** `49c99a6944de` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/ssh-keys/validate/key/get.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
