---
title: "GET /v1/json_web_key_set/{key_set}"
method: GET
path: "/v1/json_web_key_set/{key_set}"
tags: ["Webhook Authentication"]
---

# GET /v1/json_web_key_set/{key_set}

`GET /v1/json_web_key_set/{key_set}`

## Headers

- `X-Encircle-Attribution` string
- `X-Encircle-Request` string

## Response `200`

An [RFC7517](https://tools.ietf.org/html/rfc7517) compliant JSON
Web Key Set, containing only the public key information.

Can be used by third party systems to verify that requests
originate from Encircle systems.

For now, only `ES256` keys are supported. Additional algorithms
may be added in the future. See
[section 3.4 of RFC7518](https://tools.ietf.org/html/rfc7518#section-3.4)
for additional details.

- object
  - `keys` object[], required
    - `kty` 'EC', required
    - `crv` 'P-256', required
    - `x` string, required
    - `y` string, required

## Other responses

- `400` — Error processing request.

---

[API](https://skmtc.net/encircleapp/apis/encircle-public-api.md) · [All operations](https://skmtc.net/encircleapp/apis/encircle-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/encircleapp/encircle-public-api/versions/0e70222a2c6d/schema)
