# getServiceAccountIssuerOpenIDKeyset

From **Kubernetes**.

`GET /openid/v1/jwks/`

get service account issuer OpenID JSON Web Key Set (contains public token verification keys)

## Responses

### `200`

OK

### `application/jwk-set+json`

- Type: `string`

```json
{"type":"string"}
```

### `401`

Unauthorized

## Request examples

### cURL

```shell
curl --request GET \
  --url '/openid/v1/jwks/'
```
