# Get Clover PKMS Key

<mark style="color:blue;">`GET`</mark> /v3/gateways/clover/pkms

## Request

The details below help you form your HTTP requests to this endpoint.

## Response

The details below help you understand the responses you could get from this endpoint.

### Samples

Below are samples of responses, with tabs corresponding to returned status code.

{% tabs %}
{% tab title="200" %}

```javascript
{
    "data": "182acs90ujo21mklcajsk"
}
```

{% endtab %}
{% endtabs %}

### Schema

The response's schema is outlined below.

<table><thead><tr><th>Name</th><th>Type</th><th data-type="checkbox">Required</th><th>Description</th></tr></thead><tbody><tr><td>data</td><td>string</td><td>false</td><td>N/A</td></tr></tbody></table>
